forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan-v67-baseline.neon
26 lines (22 loc) · 1.79 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
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