Skip to content

Commit eb29500

Browse files
committed
fix: disable startup error display
1 parent 478b788 commit eb29500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.php

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
// Errors
3232
error_reporting(0);
3333
ini_set('display_errors', 0);
34+
ini_set('display_startup_errors', 0);
3435

3536
$app = new Scanner();
3637
$app->run();

0 commit comments

Comments
 (0)