Browse Source

Fix up phpstan.

mscherer 7 years ago
parent
commit
475481d846
1 changed files with 0 additions and 2 deletions
  1. 0 2
      phpstan.neon

+ 0 - 2
phpstan.neon

@@ -18,8 +18,6 @@ parameters:
         - '#Access to an undefined property PHPUnit\\Framework\\Test::\$fixtureManager#'
         - '#Access to an undefined property PHPUnit\\Framework\\Test::\$fixtureManager#'
         - '#Call to an undefined method Traversable::getArrayCopy().#'
         - '#Call to an undefined method Traversable::getArrayCopy().#'
         - '#Variable \$config in isset\(\) is never defined#'
         - '#Variable \$config in isset\(\) is never defined#'
-        - '#Variable \$plural in isset\(\) is never defined#'
-        - '#Variable \$context in isset\(\) is never defined#'
         - '#Call to static method id\(\) on an unknown class PHPUnit_Runner_Version#'
         - '#Call to static method id\(\) on an unknown class PHPUnit_Runner_Version#'
         - '#Call to an undefined method DateTimeInterface::i18nFormat\(\)#'
         - '#Call to an undefined method DateTimeInterface::i18nFormat\(\)#'
         - '#Cannot call method lastInsertId\(\) on null#'
         - '#Cannot call method lastInsertId\(\) on null#'