Skip to content

Commit 80349c1

Browse files
committed
Remove deprecation warnings suppression
1 parent 950f293 commit 80349c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/PHPSemVerChecker/Console/Application.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ class Application extends SymfonyApplication
2323
public function __construct()
2424
{
2525
parent::__construct('PHP Semantic Versioning Checker by Tom Rochette', self::VERSION);
26-
27-
// Suppress deprecated warnings
28-
error_reporting(E_ALL & ~E_DEPRECATED);
2926
}
3027

3128
/**

0 commit comments

Comments
 (0)