-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
47 lines (38 loc) · 2.39 KB
/
phpstan-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
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$countryCode of method Sylius\\\\Component\\\\Addressing\\\\Model\\\\AddressInterface\\:\\:setCountryCode\\(\\) expects string\\|null, mixed given\\.$#"
count: 1
path: src/Controller/ShippingEstimatorController.php
-
message: "#^Parameter \\#1 \\$identifier of method Sylius\\\\Component\\\\Registry\\\\ServiceRegistryInterface\\:\\:get\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Controller/ShippingEstimatorController.php
-
message: "#^Parameter \\#1 \\$postcode of method Sylius\\\\Component\\\\Addressing\\\\Model\\\\AddressInterface\\:\\:setPostcode\\(\\) expects string\\|null, mixed given\\.$#"
count: 1
path: src/Controller/ShippingEstimatorController.php
-
message: "#^Parameter \\#1 \\$view of method Symfony\\\\Bundle\\\\FrameworkBundle\\\\Controller\\\\AbstractController\\:\\:render\\(\\) expects string, mixed given\\.$#"
count: 1
path: src/Controller/ShippingEstimatorController.php
-
message: "#^Parameter \\#2 \\$currencyCode of method Sylius\\\\Bundle\\\\MoneyBundle\\\\Formatter\\\\MoneyFormatterInterface\\:\\:format\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Controller/ShippingEstimatorController.php
-
message: "#^Parameter \\#2 \\$label of method Sylius\\\\Component\\\\Order\\\\Factory\\\\AdjustmentFactoryInterface\\:\\:createWithData\\(\\) expects string, string\\|null given\\.$#"
count: 1
path: src/Controller/ShippingEstimatorController.php
-
message: "#^Method Tests\\\\BabDev\\\\SyliusShippingEstimatePlugin\\\\Behat\\\\Context\\\\Ui\\\\Shop\\\\ShippingEstimatorContext\\:\\:iChooseAsMyCountry\\(\\) has parameter \\$countryName with no type specified\\.$#"
count: 1
path: tests/Behat/Context/Ui/Shop/ShippingEstimatorContext.php
-
message: "#^Method Tests\\\\BabDev\\\\SyliusShippingEstimatePlugin\\\\Behat\\\\Context\\\\Ui\\\\Shop\\\\ShippingEstimatorContext\\:\\:iSeeShippingOptions\\(\\) has parameter \\$count with no type specified\\.$#"
count: 1
path: tests/Behat/Context/Ui/Shop/ShippingEstimatorContext.php
-
message: "#^Method Tests\\\\BabDev\\\\SyliusShippingEstimatePlugin\\\\Behat\\\\Context\\\\Ui\\\\Shop\\\\ShippingEstimatorContext\\:\\:iSpecifyAsMyPostcode\\(\\) has parameter \\$postcode with no type specified\\.$#"
count: 1
path: tests/Behat/Context/Ui/Shop/ShippingEstimatorContext.php