Skip to content

Commit ca410fe

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #381
2 parents e5147f3 + 31f9738 commit ca410fe

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)