forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-v67-baseline.neon
61 lines (50 loc) · 3.23 KB
/
phpstan-v67-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
parameters:
ignoreErrors:
-
message: "#^Multiple class/interface/trait is not allowed in single file$#"
count: 1
path: src/Storefront/Page/Account/Order/AccountOrderPage.php
-
message: "#^Parameter \\#1 \\$orders of method Shopware\\\\Storefront\\\\Page\\\\Account\\\\Order\\\\AccountOrderPage\\:\\:setOrders\\(\\) expects Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Search\\\\EntitySearchResult\\<Shopware\\\\Core\\\\Checkout\\\\Order\\\\OrderCollection\\>, Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Search\\\\EntitySearchResult\\<Shopware\\\\Core\\\\Checkout\\\\Order\\\\OrderCollection\\>\\|Shopware\\\\Storefront\\\\Framework\\\\Page\\\\StorefrontSearchResult given\\.$#"
count: 1
path: src/Storefront/Page/Account/Order/AccountOrderPageLoader.php
-
message: "#^Parameter \\#1 \\$searchResult of class Shopware\\\\Storefront\\\\Page\\\\Product\\\\Review\\\\ProductReviewsLoadedEvent constructor expects Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Search\\\\EntitySearchResult\\<Shopware\\\\Core\\\\Content\\\\Product\\\\Aggregate\\\\ProductReview\\\\ProductReviewCollection\\>, Shopware\\\\Core\\\\Framework\\\\DataAbstractionLayer\\\\Search\\\\EntitySearchResult\\<Shopware\\\\Core\\\\Content\\\\Product\\\\Aggregate\\\\ProductReview\\\\ProductReviewCollection\\>\\|Shopware\\\\Storefront\\\\Framework\\\\Page\\\\StorefrontSearchResult given\\.$#"
count: 1
path: src/Storefront/Page/Product/Review/ProductReviewLoader.php
-
message: "#^Multiple class/interface/trait is not allowed in single file$#"
count: 1
path: src/Storefront/Page/Product/Review/ProductReviewsLoadedEvent.php
-
message: "#^Multiple class/interface/trait is not allowed in single file$#"
count: 1
path: src/Storefront/Page/Product/Review/ReviewLoaderResult.php
-
message: "#^Multiple class/interface/trait is not allowed in single file$#"
count: 1
path: src/Core/Checkout/Cart/Event/CartChangedEvent.php
-
message: "#^Multiple class/interface/trait is not allowed in single file$#"
count: 1
path: src/Core/Checkout/Order/Event/OrderStateChangeCriteriaEvent.php
-
message: "#^Class Shopware\\\\Core\\\\Checkout\\\\Order\\\\Event\\\\OrderStateChangeCriteriaEvent constructor invoked with 2 parameters, 3 required\\.$#"
count: 1
path: src/Core/Checkout/Order/Listener/OrderStateChangeEventListener.php
-
message: "#^Call to an undefined method Shopware\\\\Core\\\\Checkout\\\\Order\\\\Event\\\\OrderStateChangeCriteriaEvent\\:\\:setContext\\(\\)\\.$#"
count: 1
path: src/Core/Checkout/Order/Listener/OrderStateChangeEventListener.php
-
message: "#^Multiple class/interface/trait is not allowed in single file$#"
count: 1
path: src/Core/Checkout/Cart/Event/BeforeLineItemQuantityChangedEvent.php
-
message: "#^Call to an undefined method Shopware\\\\Core\\\\Checkout\\\\Cart\\\\Event\\\\BeforeLineItemQuantityChangedEvent\\:\\:setBeforeUpdateQuantity\\(\\)\\.$#"
count: 1
path: src/Core/Checkout/Cart/LineItemFactoryRegistry.php
-
message: "#^Class Shopware\\\\Core\\\\Checkout\\\\Cart\\\\Event\\\\BeforeLineItemQuantityChangedEvent constructor invoked with 3 parameters, 4 required\\.$#"
count: 1
path: src/Core/Checkout/Cart/LineItemFactoryRegistry.php