Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMilek committed Dec 19, 2022
1 parent 9ce202b commit 9f5e2f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ parameters:
ignoreErrors:
- /^Access to an undefined property Symfony\\Component\\Validator\\Constraint::\$message\.$/
- '/Sylius\\Component\\Core\\Model\\(\w+), Sylius\\Component\\\w+\\Model\\\1 given\./'
- '/Empty array passed to foreach./'
- '/Property Sylius\\ShopApiPlugin\\Request\\Checkout\\AddressOrderRequest::\$\w+Address \(array\|null\) does not accept bool\|float\|int\|string\|null\./'
- '/Property Sylius\\ShopApiPlugin\\Request\\Customer\\UpdateCustomerRequest::\$birthday \(DateTimeImmutable\|null\) does not accept bool\|float\|int\|string\|null\./'
- '/Parameter #3 \$options of class Sylius\\ShopApiPlugin\\Request\\Cart\\PutOptionBasedConfigurableItemToCartRequest constructor expects array\|null, bool\|float\|int\|string\|null given\./'
- '/Argument of an invalid type bool\|float\|int\|string supplied for foreach, only iterables are supported\./'
- '/^Property Sylius\\ShopApiPlugin\\Request\\Cart\\(\w+)\:\:\$productCode \(string\) on left side of \?\? is not nullable\./'
- '/^Expression on left side of \?\? is not nullable\./'

0 comments on commit 9f5e2f3

Please sign in to comment.