Skip to content

Commit 05dc0dd

Browse files
committed
IBX-8356: Removed Ibexa\Core\MVC\Symfony\Security\Authentication\AuthenticatorInterface to be replaced with Symfony-based authorization
1 parent eeb08b4 commit 05dc0dd

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed

phpstan-baseline.neon

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10990,6 +10990,11 @@ parameters:
1099010990
count: 1
1099110991
path: src/lib/IO/IOService.php
1099210992

10993+
-
10994+
message: "#^Parameter \\#2 \\$length of function fread expects int\\<1, max\\>, int\\<0, max\\> given\\.$#"
10995+
count: 1
10996+
path: src/lib/IO/IOService.php
10997+
1099310998
-
1099410999
message: "#^Property Ibexa\\\\Contracts\\\\Core\\\\IO\\\\BinaryFile\\:\\:\\$uri \\(string\\) in isset\\(\\) is not nullable\\.$#"
1099511000
count: 2
@@ -48346,7 +48351,7 @@ parameters:
4834648351
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/FileSystemTwigIntegrationTestCase.php
4834748352

4834848353
-
48349-
message: "#^Anonymous function should return string but returns string\\|false\\.$#"
48354+
message: "#^Anonymous function should return non\\-empty\\-string but returns non\\-empty\\-string\\|false\\.$#"
4835048355
count: 1
4835148356
path: tests/lib/MVC/Symfony/Templating/Twig/Extension/RoutingExtensionTest.php
4835248357

src/lib/MVC/Symfony/Security/Authentication/AuthenticatorInterface.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)