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 bd10924 commit ae38d40
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 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 @@ -2710,6 +2715,21 @@ parameters:
count: 1
path: src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php

-
message: "#^Method Sylius\\\\Bundle\\\\CoreBundle\\\\Fixture\\\\OptionsResolver\\\\LazyOption\\:\\:findRandom\\(\\) has parameter \\$criteria with no value type specified in iterable type array\\.$#"
count: 1
path: src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php

-
message: "#^Method Sylius\\\\Bundle\\\\CoreBundle\\\\Fixture\\\\OptionsResolver\\\\LazyOption\\:\\:findRandom\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php

-
message: "#^Method Sylius\\\\Bundle\\\\CoreBundle\\\\Fixture\\\\OptionsResolver\\\\LazyOption\\:\\:findRandomOne\\(\\) has parameter \\$criteria with no value type specified in iterable type array\\.$#"
count: 1
path: src/Sylius/Bundle/CoreBundle/Fixture/OptionsResolver/LazyOption.php

-
message: "#^Method Sylius\\\\Bundle\\\\CoreBundle\\\\Fixture\\\\OptionsResolver\\\\LazyOption\\:\\:getOneBy\\(\\) has parameter \\$criteria with no value type specified in iterable type array\\.$#"
count: 1
Expand Down Expand Up @@ -6395,11 +6415,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 +6435,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 ae38d40

Please sign in to comment.