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 9f54915 commit b6bd202Copy full SHA for b6bd202
src/Sentry/Laravel/Console/TestCommand.php
@@ -42,11 +42,7 @@ public function handle(): int
42
return 1;
43
}
44
45
- /**
46
- * Maximize error reporting.
47
- * 2048 is \E_STRICT which has been deprecated in PHP 8.4
48
- */
49
- $old_error_reporting = error_reporting(E_ALL | 2048);
+ $old_error_reporting = error_reporting(E_ALL);
50
51
$dsn = $this->option('dsn');
52
0 commit comments