Make PHPStan passing

This commit is contained in:
Kamil Kokot
2019-01-11 00:25:48 +01:00
parent d6701d785c
commit e6064b15b5

View File

@@ -4,5 +4,6 @@ parameters:
ignoreErrors: ignoreErrors:
- '/Cannot access offset 0 on callable\./' - '/Cannot access offset 0 on callable\./'
- '/Cannot access offset 1 on callable\./' - '/Cannot access offset 1 on callable\./'
- '/Method FriendsOfBehat\\SymfonyExtension\\Context\\Environment\\InitialisedContextServiceEnvironment::bindCallee\(\) should return callable/'
- '/Cannot call method [a-zA-Z0-9]+\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface|null\./' - '/Cannot call method [a-zA-Z0-9]+\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface|null\./'
- '/Method FriendsOfBehat\\SymfonyExtension\\Context\\Environment\\InitialisedContextServiceEnvironment::bindCallee\(\) should return callable/'
- '/Strict comparison using === between 0\|1 and 2 will always evaluate to false\./'