Skip to content

Commit

Permalink
Update autoload.php with trailing comma in array (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored May 8, 2024
1 parent bfea6b6 commit d8a1733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ function revertServerVar(): void
$_SERVER['ROOT'],
$_SERVER['HTTP_AUTHORIZATION'],
$_SERVER['REDIRECT_HTTP_AUTHORIZATION'],
$_SERVER['PHP_AUTH_DIGEST']
$_SERVER['PHP_AUTH_DIGEST'],
);
}

0 comments on commit d8a1733

Please sign in to comment.