Skip to content

Commit d8a1733

Browse files
authored
Update autoload.php with trailing comma in array (#51)
1 parent bfea6b6 commit d8a1733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ function revertServerVar(): void
6060
$_SERVER['ROOT'],
6161
$_SERVER['HTTP_AUTHORIZATION'],
6262
$_SERVER['REDIRECT_HTTP_AUTHORIZATION'],
63-
$_SERVER['PHP_AUTH_DIGEST']
63+
$_SERVER['PHP_AUTH_DIGEST'],
6464
);
6565
}

0 commit comments

Comments
 (0)