Skip to content

Commit 3e4c6e6

Browse files
committed
Runtime: lower error reporting level
1 parent 3343945 commit 3e4c6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* the LICENSE file that was distributed with this source code.
1414
*/
1515

16-
error_reporting(E_ALL);
16+
error_reporting(E_ERROR & E_USER_ERROR);
1717

1818
$VERSION = '1.2.1';
1919

0 commit comments

Comments
 (0)