We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f361e35 commit 277e34bCopy full SHA for 277e34b
bin/phpstan
@@ -11,7 +11,7 @@ use PHPStan\Internal\ComposerHelper;
11
use Symfony\Component\Console\Helper\ProgressBar;
12
13
(function () {
14
- error_reporting(E_ALL);
+ error_reporting(E_ALL & ~E_DEPRECATED);
15
ini_set('display_errors', 'stderr');
16
if (version_compare(PHP_VERSION, '7.4.0', '<')) {
17
// PHP earlier than 7.4.x with OpCache triggers a bug when we intercept
0 commit comments