Skip to content

Commit 9f0bcfd

Browse files
committed
Fixed phpstan
1 parent da882da commit 9f0bcfd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

phpstan-baseline.neon

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13350,12 +13350,6 @@ parameters:
1335013350
count: 1
1335113351
path: src/lib/Limitation/LanguageLimitationType.php
1335213352

13353-
-
13354-
message: '#^Method Ibexa\\Core\\Limitation\\LanguageLimitationType\:\:valueSchema\(\) return type has no value type specified in iterable type array\.$#'
13355-
identifier: missingType.iterableValue
13356-
count: 1
13357-
path: src/lib/Limitation/LanguageLimitationType.php
13358-
1335913353
-
1336013354
message: '#^Property Ibexa\\Core\\Limitation\\LanguageLimitationType\:\:\$versionTargetEvaluators \(array\<Ibexa\\Core\\Limitation\\LanguageLimitation\\VersionTargetEvaluator\>\) does not accept iterable\<Ibexa\\Core\\Limitation\\LanguageLimitation\\VersionTargetEvaluator\>\.$#'
1336113355
identifier: assign.propertyType
@@ -26592,6 +26586,12 @@ parameters:
2659226586
count: 1
2659326587
path: src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/DateMetadata.php
2659426588

26589+
-
26590+
message: '#^Cannot access an offset on list\|string\|false\.$#'
26591+
identifier: offsetAccess.nonOffsetAccessible
26592+
count: 1
26593+
path: src/lib/Search/Legacy/Content/Common/Gateway/CriterionHandler/Field.php
26594+
2659526595
-
2659626596
message: '#^Method Ibexa\\Core\\Search\\Legacy\\Content\\Common\\Gateway\\CriterionHandler\\Field\:\:getFieldsInformation\(\) return type has no value type specified in iterable type array\.$#'
2659726597
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)