Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit ce99120

Browse files
committed
minor #906 Remove special care for E_USER_DEPRECATED (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- Remove special care for E_USER_DEPRECATED We don't need this anymore Commits ------- e9a1fce Remove special care for E_USER_DEPRECATED
2 parents e86b68b + e9a1fce commit ce99120

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/autoload.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
use Doctrine\Common\Annotations\AnnotationRegistry;
44
use Composer\Autoload\ClassLoader;
55

6-
error_reporting(error_reporting() & ~E_USER_DEPRECATED);
7-
86
/**
97
* @var ClassLoader $loader
108
*/

0 commit comments

Comments
 (0)