From 7ccfc60b2437752fb12e1b90eb7c8963a3422ab4 Mon Sep 17 00:00:00 2001 From: core23 Date: Sun, 14 Jan 2018 19:27:33 +0100 Subject: [PATCH] Cleanup PHPStan ignores --- phpstan.neon | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index cae26e3..a2b1bb4 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,9 +1,5 @@ parameters: - reportUnmatchedIgnoredErrors: false ignoreErrors: # Symfony DI - - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::fixXmlConfig\(\).#' - - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::addDefaultsIfNotSet\(\).#' - - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::children\(\).#' - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::arrayNode\(\).#' - - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::scalarNode\(\).#' + - '#Calling method arrayNode\(\) on possibly null value of type Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null.#'