We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfea6b6 commit d8a1733Copy full SHA for d8a1733
1 file changed
tests/autoload.php
@@ -60,6 +60,6 @@ function revertServerVar(): void
60
$_SERVER['ROOT'],
61
$_SERVER['HTTP_AUTHORIZATION'],
62
$_SERVER['REDIRECT_HTTP_AUTHORIZATION'],
63
- $_SERVER['PHP_AUTH_DIGEST']
+ $_SERVER['PHP_AUTH_DIGEST'],
64
);
65
}
0 commit comments