Skip to content

Commit 1615879

Browse files
authored
Merge branch refs/heads/1.12.x into 2.0.x
2 parents 5797c27 + 277e34b commit 1615879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/phpstan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use PHPStan\Internal\ComposerHelper;
1111
use Symfony\Component\Console\Helper\ProgressBar;
1212

1313
(function () {
14-
error_reporting(E_ALL);
14+
error_reporting(E_ALL & ~E_DEPRECATED);
1515
ini_set('display_errors', 'stderr');
1616

1717
define('__PHPSTAN_RUNNING__', true);

0 commit comments

Comments
 (0)