From 56092697371ba502af35a73a96028db73ce9c2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Thu, 23 May 2024 12:19:32 +0200 Subject: [PATCH] Fix phpstan --- phpstan-baseline.neon | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 03e0cf7..c07a4da 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -1970,11 +1970,6 @@ parameters: count: 1 path: src/lib/Browser/Routing/Router.php - - - message: "#^Access to an undefined property Ibexa\\\\Behat\\\\Core\\\\Behat\\\\ArgumentParser\\:\\:\\$roleFacade\\.$#" - count: 2 - path: src/lib/Core/Behat/ArgumentParser.php - - message: "#^Method Ibexa\\\\Behat\\\\Core\\\\Behat\\\\ArgumentParser\\:\\:parseLimitations\\(\\) has no return type specified\\.$#" count: 1 @@ -2860,11 +2855,6 @@ parameters: count: 1 path: tests/lib/Browser/Element/ElementTest.php - - - message: "#^Class Ibexa\\\\Tests\\\\Behat\\\\Browser\\\\Element\\\\Mapper\\\\TextMapperTestCase not found\\.$#" - count: 1 - path: tests/lib/Browser/Element/Mapper/ElementTextMapperTest.php - - message: "#^Method Ibexa\\\\Tests\\\\Behat\\\\Browser\\\\Filter\\\\BrowserLogFilterTest\\:\\:testFiltersOutExcludedPatterns\\(\\) has no return type specified\\.$#" count: 1