Browse Source

Remove unneeded ignore.

ADmad 7 years ago
parent
commit
a8c18e0908
1 changed files with 0 additions and 3 deletions
  1. 0 3
      phpstan.neon

+ 0 - 3
phpstan.neon

@@ -30,9 +30,6 @@ parameters:
             message: '#Right side of && is always false#'
             path: 'src/Cache/Engine/MemcachedEngine.php'
         -
-            message: '#Strict comparison using === between array and false will always evaluate to false#'
-            path: 'src/Cache/Engine/MemcachedEngine.php'
-        -
             message: '#Call to function method_exists\(\) with string and [^ ]+ will always evaluate to false#'
             path: 'src/Controller/Component/AuthComponent.php'
         -