From 05dc0dd937fc5a432e9c6cbf2ec9f36a94bddc22 Mon Sep 17 00:00:00 2001 From: konradoboza Date: Tue, 4 Jun 2024 15:06:11 +0200 Subject: [PATCH] IBX-8356: Removed `Ibexa\Core\MVC\Symfony\Security\Authentication\AuthenticatorInterface` to be replaced with Symfony-based authorization --- phpstan-baseline.neon | 7 ++- .../Authentication/AuthenticatorInterface.php | 43 ------------------- 2 files changed, 6 insertions(+), 44 deletions(-) delete mode 100644 src/lib/MVC/Symfony/Security/Authentication/AuthenticatorInterface.php diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 9491d2c49a..907905a00a 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -10990,6 +10990,11 @@ parameters: count: 1 path: src/lib/IO/IOService.php + - + message: "#^Parameter \\#2 \\$length of function fread expects int\\<1, max\\>, int\\<0, max\\> given\\.$#" + count: 1 + path: src/lib/IO/IOService.php + - message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\IO\\\\BinaryFile\\:\\:\\$uri \\(string\\) in isset\\(\\) is not nullable\\.$#" count: 2 @@ -48346,7 +48351,7 @@ parameters: path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php - - message: "#^Anonymous function should return string but returns string\\|false\\.$#" + message: "#^Anonymous function should return non\\-empty\\-string but returns non\\-empty\\-string\\|false\\.$#" count: 1 path: tests/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtensionTest.php diff --git a/src/lib/MVC/Symfony/Security/Authentication/AuthenticatorInterface.php b/src/lib/MVC/Symfony/Security/Authentication/AuthenticatorInterface.php deleted file mode 100644 index 50bed04b58..0000000000 --- a/src/lib/MVC/Symfony/Security/Authentication/AuthenticatorInterface.php +++ /dev/null @@ -1,43 +0,0 @@ -