Skip to content

Commit c322ee8

Browse files
committed
Merge pull request #18 from codeclimate/disable-php-notices
Disable PHP E_NOTICE level
2 parents aafe90f + f22861c commit c322ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require_once "Runner.php";
66

77
// Suppress warnings
8-
error_reporting(E_ERROR | E_PARSE | E_NOTICE);
8+
error_reporting(E_ERROR | E_PARSE);
99
date_default_timezone_set('UTC');
1010
ini_set('memory_limit', -1);
1111

0 commit comments

Comments
 (0)