We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b9dd8 commit 5776880Copy full SHA for 5776880
1 file changed
app/init.php
@@ -4,7 +4,7 @@
4
* Configure PHP error reporting.
5
* @see http://php.net/manual/en/function.error-reporting.php
6
*/
7
-error_reporting(E_ALL | E_STRICT);
+error_reporting(E_ALL);
8
9
/*
10
* Choose if errors that are NOT caught by the Mako error and exception handlers should be
0 commit comments