Skip to content

Commit 5311f7f

Browse files
committed
Merge branch 'new' into development
2 parents 164dcf7 + 9f24c18 commit 5311f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* file that was distributed with this source code.
77
*/
88
if (isset($_SERVER['ENVIRONMENT']) && $_SERVER['ENVIRONMENT'] === 'development') {
9-
error_reporting(\E_ALL);
9+
error_reporting(-1);
1010
ini_set('display_errors', 'On');
1111
} else {
1212
error_reporting(\E_ALL & ~\E_DEPRECATED & ~\E_NOTICE & ~\E_STRICT & ~\E_USER_DEPRECATED & ~\E_USER_NOTICE);

0 commit comments

Comments
 (0)