From 64180676dab9c473a5a6a90df3e3266e8f83289b Mon Sep 17 00:00:00 2001 From: Aram Zucker-Scharff Date: Sun, 21 Jul 2019 18:33:12 -0400 Subject: [PATCH] No trailing comma --- Core/API/MetaCheckEndpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/API/MetaCheckEndpoint.php b/Core/API/MetaCheckEndpoint.php index ceba0bed1..76668dca2 100644 --- a/Core/API/MetaCheckEndpoint.php +++ b/Core/API/MetaCheckEndpoint.php @@ -15,7 +15,7 @@ class MetaCheckEndpoint implements HasActions { protected $api_base; - function __construct( $api_base, PF_JWT $jwt, PFOpenGraph $og, URLResolver $url_resolver, ) { + function __construct( $api_base, PF_JWT $jwt, PFOpenGraph $og, URLResolver $url_resolver ) { $this->api_base = $api_base; $this->api_base['endpoint'] = 'metachecks'; $this->og = $og;