浏览代码

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