You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.neon
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,21 @@ parameters:
9
9
paths:
10
10
- 'src/TwigExtra/src'
11
11
- 'src/TwigHooks/src'
12
+
13
+
ignoreErrors:
14
+
# --- Symfony Config generics in Sylius\TwigExtra configuration ---
15
+
- message:'#^Method Sylius\\TwigExtra\\Symfony\\DependencyInjection\\Configuration::getConfigTreeBuilder\(\) return type with generic class Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder does not specify its types: T$#'
- message:'#^Method Sylius\\TwigExtra\\Symfony\\DependencyInjection\\Configuration::addTwigUxConfiguration\(\) has parameter \$rootNode with generic class Symfony\\Component\\Config\\Definition\\Builder\\ArrayNodeDefinition but does not specify its types: TParent$#'
# --- Symfony Config generics in Sylius\TwigHooks configuration ---
22
+
- message:'#^Method Sylius\\TwigHooks\\DependencyInjection\\Configuration::getConfigTreeBuilder\(\) return type with generic class Symfony\\Component\\Config\\Definition\\Builder\\TreeBuilder does not specify its types: T$#'
- message:'#^Method Sylius\\TwigHooks\\DependencyInjection\\Configuration::addSupportedHookableTypesConfiguration\(\) has parameter \$rootNode with generic class Symfony\\Component\\Config\\Definition\\Builder\\ArrayNodeDefinition but does not specify its types: TParent$#'
- message:'#^Method Sylius\\TwigHooks\\DependencyInjection\\Configuration::addHooksConfiguration\(\) has parameter \$rootNode with generic class Symfony\\Component\\Config\\Definition\\Builder\\ArrayNodeDefinition but does not specify its types: TParent$#'
0 commit comments