We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3343945 commit 3e4c6e6Copy full SHA for 3e4c6e6
bin/compile.php
@@ -13,7 +13,7 @@
13
* the LICENSE file that was distributed with this source code.
14
*/
15
16
-error_reporting(E_ALL);
+error_reporting(E_ERROR & E_USER_ERROR);
17
18
$VERSION = '1.2.1';
19
0 commit comments