Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 162af39

Browse files
committed
Fix PHPStan
1 parent ea5dee9 commit 162af39

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

phpstan.neon

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ parameters:
1212
ignoreErrors:
1313
- /^Access to an undefined property Symfony\\Component\\Validator\\Constraint::\$message\.$/
1414
- '/Sylius\\Component\\Core\\Model\\(\w+), Sylius\\Component\\\w+\\Model\\\1 given\./'
15-
- '/Empty array passed to foreach./'
16-
- '/Property Sylius\\ShopApiPlugin\\Request\\Checkout\\AddressOrderRequest::\$\w+Address \(array\|null\) does not accept bool\|float\|int\|string\|null\./'
1715
- '/Property Sylius\\ShopApiPlugin\\Request\\Customer\\UpdateCustomerRequest::\$birthday \(DateTimeImmutable\|null\) does not accept bool\|float\|int\|string\|null\./'
18-
- '/Parameter #3 \$options of class Sylius\\ShopApiPlugin\\Request\\Cart\\PutOptionBasedConfigurableItemToCartRequest constructor expects array\|null, bool\|float\|int\|string\|null given\./'
19-
- '/Argument of an invalid type bool\|float\|int\|string supplied for foreach, only iterables are supported\./'
2016
- '/^Property Sylius\\ShopApiPlugin\\Request\\Cart\\(\w+)\:\:\$productCode \(string\) on left side of \?\? is not nullable\./'
2117
- '/^Expression on left side of \?\? is not nullable\./'

0 commit comments

Comments
 (0)