Browse Source

Remove phpstan ignores

Michael Hoffmann 8 years ago
parent
commit
2f585a2757
1 changed files with 0 additions and 5 deletions
  1. 0 5
      phpstan.neon

+ 0 - 5
phpstan.neon

@@ -4,8 +4,6 @@ parameters:
     ignoreErrors:
         - '#Function wincache_ucache_[a-zA-Z0-9_]+ not found#'
         - '#Function xcache_[a-zA-Z0-9_]+ not found#'
-        - '#Function mcrypt_[a-zA-Z0-9_]+ not found#'
-        - '#Function apcu_[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#'
@@ -18,9 +16,6 @@ parameters:
         - '#Access to an undefined property Cake\\[a-zA-Z0-9_\\]+::\$_validViewOptions#'
         - '#Access to an undefined property Cake\\Database\\Driver::\$_connection#'
         - '#Constant XC_TYPE_VAR not found#'
-        - '#Instantiated class APCUIterator not found#'
-        - '#Constant APC_[A-Z0-9_]+ not found#'
-        - '#Constant MCRYPT_[A-Z0-9_]+ not found#'
         - '#Call to static method id\(\) on an unknown class PHPUnit_Runner_Version#'
     earlyTerminatingMethodCalls:
         Cake\Shell\Shell: