We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478b788 commit eb29500Copy full SHA for eb29500
src/index.php
@@ -31,6 +31,7 @@
31
// Errors
32
error_reporting(0);
33
ini_set('display_errors', 0);
34
+ini_set('display_startup_errors', 0);
35
36
$app = new Scanner();
37
$app->run();
0 commit comments