Browse Source

Remove another phpstan ignore

Michael Hoffmann 8 years ago
parent
commit
9b51f48a36
1 changed files with 0 additions and 1 deletions
  1. 0 1
      phpstan.neon

+ 0 - 1
phpstan.neon

@@ -4,7 +4,6 @@ parameters:
     ignoreErrors:
         - '#Function wincache_ucache_[a-zA-Z0-9_]+ not found#'
         - '#Function xcache_[a-zA-Z0-9_]+ not found#'
-        - '#Function fastcgi_[a-zA-Z0-9_]+ not found#'
         - '#Cake\\Database\\Type\\[a-zA-Z0-9_]+Type::__construct\(\) does not call parent constructor from Cake\\Database\\Type#'
         - '#Constructor of class Cake\\[a-zA-Z0-9_\\]+ has an unused parameter#'
         - '#Call to an undefined method Cake\\Console\\Shell::main\(\)#'