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;