Skip to content

Commit 5776880

Browse files
committed
Update init.php
1 parent e6b9dd8 commit 5776880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Configure PHP error reporting.
55
* @see http://php.net/manual/en/function.error-reporting.php
66
*/
7-
error_reporting(E_ALL | E_STRICT);
7+
error_reporting(E_ALL);
88

99
/*
1010
* Choose if errors that are NOT caught by the Mako error and exception handlers should be

0 commit comments

Comments
 (0)