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 950f293 commit 80349c1Copy full SHA for 80349c1
src/PHPSemVerChecker/Console/Application.php
@@ -23,9 +23,6 @@ class Application extends SymfonyApplication
23
public function __construct()
24
{
25
parent::__construct('PHP Semantic Versioning Checker by Tom Rochette', self::VERSION);
26
-
27
- // Suppress deprecated warnings
28
- error_reporting(E_ALL & ~E_DEPRECATED);
29
}
30
31
/**
0 commit comments