Skip to content

Commit

Permalink
temporary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKolankowski committed Feb 17, 2025
1 parent a587c9a commit 3817855
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -23575,6 +23575,11 @@ parameters:
count: 1
path: tests/integration/Core/Repository/BaseTest.php

-
message: "#^Call to method commit\\(\\) on an unknown class Ibexa\\\\Solr\\\\Handler\\.$#"
count: 1
path: tests/integration/Core/Repository/BaseTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Integration\\\\Core\\\\Repository\\\\BaseTest\\:\\:assertPropertiesCorrect\\(\\) has no return type specified\\.$#"
count: 1
Expand Down Expand Up @@ -23675,6 +23680,11 @@ parameters:
count: 1
path: tests/integration/Core/Repository/BaseTest.php

-
message: "#^PHPDoc tag @var for variable \\$searchHandler contains unknown class Ibexa\\\\Solr\\\\Handler\\.$#"
count: 1
path: tests/integration/Core/Repository/BaseTest.php

-
message: "#^Parameter \\#1 \\$string1 of function strcmp expects string, bool\\|float\\|int\\|string given\\.$#"
count: 1
Expand Down Expand Up @@ -31785,6 +31795,11 @@ parameters:
count: 1
path: tests/integration/Core/Repository/PermissionResolverTest.php

-
message: "#^Class Ibexa\\\\Tests\\\\Solr\\\\SetupFactory\\\\LegacySetupFactory not found\\.$#"
count: 1
path: tests/integration/Core/Repository/Regression/EZP20018LanguageTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Integration\\\\Core\\\\Repository\\\\Regression\\\\EZP20018LanguageTest\\:\\:testSearchOnNotExistingLanguageGivesException\\(\\) has no return type specified\\.$#"
count: 1
Expand Down Expand Up @@ -33405,6 +33420,11 @@ parameters:
count: 1
path: tests/integration/Core/Repository/SearchServiceLocationTest.php

-
message: "#^Class Ibexa\\\\Tests\\\\Solr\\\\SetupFactory\\\\LegacySetupFactory not found\\.$#"
count: 1
path: tests/integration/Core/Repository/SearchServiceLocationTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Integration\\\\Core\\\\Repository\\\\SearchServiceLocationTest\\:\\:assertQueryFixture\\(\\) has no return type specified\\.$#"
count: 1
Expand Down Expand Up @@ -33550,6 +33570,11 @@ parameters:
count: 2
path: tests/integration/Core/Repository/SearchServiceTest.php

-
message: "#^Class Ibexa\\\\Tests\\\\Solr\\\\SetupFactory\\\\LegacySetupFactory not found\\.$#"
count: 5
path: tests/integration/Core/Repository/SearchServiceTest.php

-
message: "#^Else branch is unreachable because previous condition is always true\\.$#"
count: 1
Expand Down Expand Up @@ -34320,6 +34345,11 @@ parameters:
count: 3
path: tests/integration/Core/Repository/SearchServiceTest.php

-
message: "#^Class Ibexa\\\\Tests\\\\Solr\\\\SetupFactory\\\\LegacySetupFactory not found\\.$#"
count: 3
path: tests/integration/Core/Repository/SearchServiceTranslationLanguageFallbackTest.php

-
message: "#^Method Ibexa\\\\Tests\\\\Integration\\\\Core\\\\Repository\\\\SearchServiceTranslationLanguageFallbackTest\\:\\:createContent\\(\\) has parameter \\$parentLocationIds with no value type specified in iterable type array\\.$#"
count: 1
Expand Down

0 comments on commit 3817855

Please sign in to comment.