-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan-baseline.neon
21 lines (18 loc) · 1009 Bytes
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Ibexa\\\\Contracts\\\\ProductCatalog\\\\Values\\\\ProductInterface\\:\\:isAvailable\\(\\)\\.$#"
count: 1
path: src/lib/PIM/InMemory/CriterionVisitor.php
-
message: "#^Cannot call method getCurrency\\(\\) on Money\\\\Money\\|null\\.$#"
count: 1
path: src/lib/PIM/InMemory/CriterionVisitor.php
-
message: "#^Parameter \\#1 \\$object of class Ibexa\\\\ExampleInMemoryProductCatalog\\\\PIM\\\\InMemory\\\\Permissions\\\\Context constructor expects Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\ValueObject, object\\|null given\\.$#"
count: 1
path: src/lib/PIM/InMemory/Permissions/ContextProvider.php
-
message: "#^Class Ibexa\\\\ExampleInMemoryProductCatalog\\\\PIM\\\\InMemory\\\\Value\\\\AssetCollection extends generic class Ibexa\\\\Contracts\\\\Core\\\\Collection\\\\ArrayList but does not specify its types\\: TValue$#"
count: 1
path: src/lib/PIM/InMemory/Value/AssetCollection.php