Browse Source

Remove error_reporting from autoload

Sullivan SENECHAL 9 years ago
parent
commit
9454f64b93
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/autoload.php

+ 0 - 2
app/autoload.php

@@ -2,8 +2,6 @@
 
 use Doctrine\Common\Annotations\AnnotationRegistry;
 
-error_reporting(error_reporting() & ~E_USER_DEPRECATED);
-
 if (!$loader = @include __DIR__.'/../vendor/autoload.php') {
 
     $message = <<< EOF