From 47dd3abc302c7a7b7776c08ef5dfc5ea7eae82cb Mon Sep 17 00:00:00 2001 From: core23 Date: Tue, 29 May 2018 22:46:37 +0200 Subject: [PATCH] Clean phpstan config --- phpstan.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index c39263f..ec613c7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,7 +1,5 @@ parameters: ignoreErrors: # Symfony DI - - '#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.#' - '#Calling method scalarNode\(\) on possibly null value of type Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null.#'