Skip to content

Commit

Permalink
Update PHPStan baseline file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Jun 22, 2023
1 parent d951e07 commit 108cdae
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,11 @@ parameters:
count: 1
path: src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/CatalogPromotionEligibilityChecker.php

-
message: "#^Method Sylius\\\\Bundle\\\\CoreBundle\\\\CatalogPromotion\\\\Checker\\\\ProductVariantForCatalogPromotionEligibility\\:\\:__construct\\(\\) has parameter \\$locator with generic class Symfony\\\\Component\\\\DependencyInjection\\\\ServiceLocator but does not specify its types\\: T$#"
count: 1
path: src/Sylius/Bundle/CoreBundle/CatalogPromotion/Checker/ProductVariantForCatalogPromotionEligibility.php

-
message: "#^Method Sylius\\\\Bundle\\\\CoreBundle\\\\CatalogPromotion\\\\Command\\\\ApplyCatalogPromotionsOnVariants\\:\\:__construct\\(\\) has parameter \\$variantsCodes with no value type specified in iterable type array\\.$#"
count: 1
Expand Down Expand Up @@ -6395,11 +6400,6 @@ parameters:
count: 1
path: src/Sylius/Component/User/Model/CredentialsHolderInterface.php

-
message: "#^Method Sylius\\\\Component\\\\User\\\\Model\\\\User\\:\\:__serialize\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Sylius/Component/User/Model/User.php

-
message: "#^Method Sylius\\\\Component\\\\User\\\\Model\\\\User\\:\\:__unserialize\\(\\) has parameter \\$serialized with no value type specified in iterable type array\\.$#"
count: 1
Expand All @@ -6420,11 +6420,6 @@ parameters:
count: 1
path: src/Sylius/Component/User/Model/UserAwareInterface.php

-
message: "#^Method Sylius\\\\Component\\\\User\\\\Model\\\\UserInterface\\:\\:__serialize\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Sylius/Component/User/Model/UserInterface.php

-
message: "#^Method Sylius\\\\Component\\\\User\\\\Model\\\\UserInterface\\:\\:__unserialize\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
Expand Down

0 comments on commit 108cdae

Please sign in to comment.