diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 7d971ae4..a285f831 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -4170,6 +4170,11 @@ parameters: count: 1 path: tests/bundle/DependencyInjection/Compiler/ValueObjectVisitorPassTest.php + - + message: "#^Call to an undefined method Symfony\\\\Component\\\\EventDispatcher\\\\EventDispatcherInterface\\:\\:expects\\(\\)\\.$#" + count: 1 + path: tests/bundle/EventListener/CsrfListenerTest.php + - message: "#^Method Ibexa\\\\Tests\\\\Bundle\\\\Rest\\\\EventListener\\\\CsrfListenerTest\\:\\:getCsrfProviderMock\\(\\) has invalid return type Symfony\\\\Component\\\\Form\\\\Extension\\\\Csrf\\\\CsrfProvider\\\\CsrfProviderInterface\\.$#" count: 1