Skip to content

Commit

Permalink
No trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
AramZS committed Jul 21, 2019
1 parent 920f093 commit 6418067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/API/MetaCheckEndpoint.php
Expand Up @@ -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;
Expand Down

0 comments on commit 6418067

Please sign in to comment.