Skip to content

Commit 31f9738

Browse files
committed
Fixed typo
1 parent e5147f3 commit 31f9738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
$env = $_SERVER['APP_ENV'] ?? 'dev';
19-
$debug = (bool) $_SERVER['APP_DEBUG'] ?? ('prod' !== $env);
19+
$debug = (bool) ($_SERVER['APP_DEBUG'] ?? ('prod' !== $env));
2020

2121
if ($debug) {
2222
umask(0000);

0 commit comments

Comments
 (0)