Browse Source

Remove unneeded ignore pattern

ADmad 8 years ago
parent
commit
80cf9390c3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      phpstan.neon

+ 0 - 1
phpstan.neon

@@ -11,7 +11,6 @@ parameters:
         - '#Access to undefined constant PDO::SQLSRV_ATTR_ENCODING#'
         - '#Access to undefined constant PDO::SQLSRV_ENCODING_BINARY#'
         - '#Constant XC_TYPE_VAR not found#'
-        - '#Class PHPUnit_Runner_Version not found and could not be autoloaded#'
         - '#Call to an undefined method Psr\\Http\\Message\\ResponseInterface::getCookies\(\)#'
         - '#Access to an undefined property Psr\\Http\\Message\\UriInterface::\$webroot#'
         - '#Access to an undefined property Psr\\Http\\Message\\UriInterface::\$base#'