Browse Source

Remove unneeded ignored errors from phpstan config

ADmad 7 years ago
parent
commit
69b1f07781
1 changed files with 0 additions and 2 deletions
  1. 0 2
      phpstan.neon

+ 0 - 2
phpstan.neon

@@ -26,9 +26,7 @@ parameters:
         - '#Call to an undefined method Cake\\Auth\\Storage\\StorageInterface::getConfig\(\)#'
         - '#Call to an undefined method Cake\\Auth\\Storage\\StorageInterface::setConfig\(\)#'
         - '#Variable \$_SESSION in isset\(\) always exists and is not nullable#'
-        - '#Call to an undefined method Traversable::getInnerIterator\(\)#'
         - '#PHPDoc tag @throws with type PHPUnit\\Exception is not subtype of Throwable#'
-        - '#Binary operation "\+=" between \(array\&hasOffset\(.*\)\) and array results in an error#'
     earlyTerminatingMethodCalls:
         Cake\Shell\Shell:
             - abort