소스 검색

Remove error_reporting from autoload

Sullivan SENECHAL 9 년 전
부모
커밋
9454f64b93
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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