[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-05-27 10:04:32 +00:00
parent 5790dfd43f
commit f8bf5730a2
14 changed files with 2106 additions and 2103 deletions
@@ -1234,6 +1234,11 @@ src/Sylius/Component/Attribute/AttributeType/PercentAttributeType.php
src/Sylius/Component/Attribute/AttributeType/TextAttributeType.php
src/Sylius/Component/Currency/Repository/ExchangeRateRepositoryInterface.php
src/Sylius/Component/Currency/Repository/CurrencyRepositoryInterface.php
src/Sylius/Component/Currency/tests/Model/CurrencyTest.php
src/Sylius/Component/Currency/tests/Model/ExchangeRateTest.php
src/Sylius/Component/Currency/tests/Context/CompositeCurrencyContextTest.php
src/Sylius/Component/Currency/tests/Converter/CurrencyNameConverterTest.php
src/Sylius/Component/Currency/tests/Converter/CurrencyConverterTest.php
src/Sylius/Component/Currency/phpunit.xml.dist
src/Sylius/Component/Currency/Model/Currency.php
src/Sylius/Component/Currency/Model/ExchangeRate.php
@@ -1246,11 +1251,6 @@ src/Sylius/Component/Currency/Context/CurrencyNotFoundException.php
src/Sylius/Component/Currency/composer.json
src/Sylius/Component/Currency/README.md
src/Sylius/Component/Currency/LICENSE
src/Sylius/Component/Currency/Tests/Model/CurrencyTest.php
src/Sylius/Component/Currency/Tests/Model/ExchangeRateTest.php
src/Sylius/Component/Currency/Tests/Context/CompositeCurrencyContextTest.php
src/Sylius/Component/Currency/Tests/Converter/CurrencyNameConverterTest.php
src/Sylius/Component/Currency/Tests/Converter/CurrencyConverterTest.php
src/Sylius/Component/Currency/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Component/Currency/Converter/CurrencyConverterInterface.php
src/Sylius/Component/Currency/Converter/CurrencyNameConverter.php
@@ -1391,6 +1391,13 @@ src/Sylius/Component/Order/Factory/AdjustmentFactoryInterface.php
src/Sylius/Component/Order/Factory/AdjustmentFactory.php
src/Sylius/Component/Order/StateResolver/StateResolverInterface.php
src/Sylius/Component/User/Repository/UserRepositoryInterface.php
src/Sylius/Component/User/tests/Security/Generator/UniqueTokenGeneratorTest.php
src/Sylius/Component/User/tests/Security/Checker/EnabledUserCheckerTest.php
src/Sylius/Component/User/tests/Security/Checker/TokenUniquenessCheckerTest.php
src/Sylius/Component/User/tests/Security/PasswordUpdaterTest.php
src/Sylius/Component/User/tests/Model/UserTest.php
src/Sylius/Component/User/tests/Model/UserOAuthTest.php
src/Sylius/Component/User/tests/Canonicalizer/CanonicalizerTest.php
src/Sylius/Component/User/phpunit.xml.dist
src/Sylius/Component/User/Security/Generator/UniqueTokenGenerator.php
src/Sylius/Component/User/Security/Generator/GeneratorInterface.php
@@ -1408,13 +1415,6 @@ src/Sylius/Component/User/Model/UserInterface.php
src/Sylius/Component/User/composer.json
src/Sylius/Component/User/README.md
src/Sylius/Component/User/LICENSE
src/Sylius/Component/User/Tests/Security/Generator/UniqueTokenGeneratorTest.php
src/Sylius/Component/User/Tests/Security/Checker/EnabledUserCheckerTest.php
src/Sylius/Component/User/Tests/Security/Checker/TokenUniquenessCheckerTest.php
src/Sylius/Component/User/Tests/Security/PasswordUpdaterTest.php
src/Sylius/Component/User/Tests/Model/UserTest.php
src/Sylius/Component/User/Tests/Model/UserOAuthTest.php
src/Sylius/Component/User/Tests/Canonicalizer/CanonicalizerTest.php
src/Sylius/Component/User/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Component/User/Canonicalizer/CanonicalizerInterface.php
src/Sylius/Component/User/Canonicalizer/Canonicalizer.php
@@ -1455,6 +1455,18 @@ src/Sylius/Component/Addressing/Repository/ZoneRepositoryInterface.php
src/Sylius/Component/Addressing/Repository/CountryRepositoryInterface.php
src/Sylius/Component/Addressing/Matcher/ZoneMatcher.php
src/Sylius/Component/Addressing/Matcher/ZoneMatcherInterface.php
src/Sylius/Component/Addressing/tests/Provider/ProvinceNamingProviderTest.php
src/Sylius/Component/Addressing/tests/Matcher/ZoneMatcherTest.php
src/Sylius/Component/Addressing/tests/Model/ZoneTest.php
src/Sylius/Component/Addressing/tests/Model/ProvinceTest.php
src/Sylius/Component/Addressing/tests/Model/AddressTest.php
src/Sylius/Component/Addressing/tests/Model/ZoneMemberTest.php
src/Sylius/Component/Addressing/tests/Model/CountryTest.php
src/Sylius/Component/Addressing/tests/Comparator/AddressComparatorTest.php
src/Sylius/Component/Addressing/tests/Checker/CountryProvincesDeletionCheckerTest.php
src/Sylius/Component/Addressing/tests/Checker/ZoneDeletionCheckerTest.php
src/Sylius/Component/Addressing/tests/Converter/CountryNameConverterTest.php
src/Sylius/Component/Addressing/tests/Factory/ZoneFactoryTest.php
src/Sylius/Component/Addressing/phpunit.xml.dist
src/Sylius/Component/Addressing/Model/ZoneMember.php
src/Sylius/Component/Addressing/Model/AddressLogEntry.php
@@ -1473,18 +1485,6 @@ src/Sylius/Component/Addressing/Comparator/AddressComparatorInterface.php
src/Sylius/Component/Addressing/Comparator/AddressComparator.php
src/Sylius/Component/Addressing/README.md
src/Sylius/Component/Addressing/LICENSE
src/Sylius/Component/Addressing/Tests/Provider/ProvinceNamingProviderTest.php
src/Sylius/Component/Addressing/Tests/Matcher/ZoneMatcherTest.php
src/Sylius/Component/Addressing/Tests/Model/ZoneTest.php
src/Sylius/Component/Addressing/Tests/Model/ProvinceTest.php
src/Sylius/Component/Addressing/Tests/Model/AddressTest.php
src/Sylius/Component/Addressing/Tests/Model/ZoneMemberTest.php
src/Sylius/Component/Addressing/Tests/Model/CountryTest.php
src/Sylius/Component/Addressing/Tests/Comparator/AddressComparatorTest.php
src/Sylius/Component/Addressing/Tests/Checker/CountryProvincesDeletionCheckerTest.php
src/Sylius/Component/Addressing/Tests/Checker/ZoneDeletionCheckerTest.php
src/Sylius/Component/Addressing/Tests/Converter/CountryNameConverterTest.php
src/Sylius/Component/Addressing/Tests/Factory/ZoneFactoryTest.php
src/Sylius/Component/Addressing/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Component/Addressing/Checker/CountryProvincesDeletionCheckerInterface.php
src/Sylius/Component/Addressing/Checker/ZoneDeletionChecker.php
@@ -1634,6 +1634,15 @@ src/Sylius/Component/Inventory/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Component/Inventory/Checker/AvailabilityChecker.php
src/Sylius/Component/Inventory/Checker/AvailabilityCheckerInterface.php
src/Sylius/Component/Channel/Repository/ChannelRepositoryInterface.php
src/Sylius/Component/Channel/tests/Model/ChannelTest.php
src/Sylius/Component/Channel/tests/Context/CachedPerRequestChannelContextTest.php
src/Sylius/Component/Channel/tests/Context/RequestBased/HostnameBasedRequestResolverTest.php
src/Sylius/Component/Channel/tests/Context/RequestBased/ChannelContextTest.php
src/Sylius/Component/Channel/tests/Context/RequestBased/CompositeRequestResolverTest.php
src/Sylius/Component/Channel/tests/Context/SingleChannelContextTest.php
src/Sylius/Component/Channel/tests/Context/CompositeChannelContextTest.php
src/Sylius/Component/Channel/tests/Checker/ChannelDeletionCheckerTest.php
src/Sylius/Component/Channel/tests/Factory/ChannelFactoryTest.php
src/Sylius/Component/Channel/phpunit.xml.dist
src/Sylius/Component/Channel/Model/Channel.php
src/Sylius/Component/Channel/Model/ChannelAwareInterface.php
@@ -1651,15 +1660,6 @@ src/Sylius/Component/Channel/Context/CompositeChannelContext.php
src/Sylius/Component/Channel/composer.json
src/Sylius/Component/Channel/README.md
src/Sylius/Component/Channel/LICENSE
src/Sylius/Component/Channel/Tests/Model/ChannelTest.php
src/Sylius/Component/Channel/Tests/Context/CachedPerRequestChannelContextTest.php
src/Sylius/Component/Channel/Tests/Context/RequestBased/HostnameBasedRequestResolverTest.php
src/Sylius/Component/Channel/Tests/Context/RequestBased/ChannelContextTest.php
src/Sylius/Component/Channel/Tests/Context/RequestBased/CompositeRequestResolverTest.php
src/Sylius/Component/Channel/Tests/Context/SingleChannelContextTest.php
src/Sylius/Component/Channel/Tests/Context/CompositeChannelContextTest.php
src/Sylius/Component/Channel/Tests/Checker/ChannelDeletionCheckerTest.php
src/Sylius/Component/Channel/Tests/Factory/ChannelFactoryTest.php
src/Sylius/Component/Channel/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Component/Channel/Checker/ChannelDeletionChecker.php
src/Sylius/Component/Channel/Checker/ChannelDeletionCheckerInterface.php
@@ -5238,20 +5238,6 @@ src/Sylius/Bundle/ApiBundle/EventListener/AdminAuthenticationSuccessListener.php
src/Sylius/Bundle/ApiBundle/docs/authorization.md
src/Sylius/Bundle/PromotionBundle/Provider/EligibleCatalogPromotionsProviderInterface.php
src/Sylius/Bundle/PromotionBundle/Provider/EligibleCatalogPromotionsProvider.php
src/Sylius/Bundle/PromotionBundle/phpspec.yml.dist
src/Sylius/Bundle/PromotionBundle/spec/Provider/EligibleCatalogPromotionsProviderSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Criteria/EnabledSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Criteria/DateRangeSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/PromotionRuleGroupValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/CatalogPromotionScopeTypeValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/CatalogPromotionActionTypeValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/PromotionActionTypeValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/PromotionActionGroupValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/CouponGenerationAmountValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/PromotionNotCouponBasedValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/CatalogPromotionScopeGroupValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/PromotionRuleTypeValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/spec/Validator/CatalogPromotionActionGroupValidatorSpec.php
src/Sylius/Bundle/PromotionBundle/Criteria/DateRange.php
src/Sylius/Bundle/PromotionBundle/Criteria/CriteriaInterface.php
src/Sylius/Bundle/PromotionBundle/Criteria/Enabled.php
@@ -5485,6 +5471,9 @@ src/Sylius/Bundle/PromotionBundle/Doctrine/ORM/PromotionRepository.php
src/Sylius/Bundle/PromotionBundle/Doctrine/ORM/CatalogPromotionRepository.php
src/Sylius/Bundle/PromotionBundle/Doctrine/ORM/PromotionCouponRepository.php
src/Sylius/Bundle/PromotionBundle/LICENSE
src/Sylius/Bundle/PromotionBundle/Tests/Provider/EligibleCatalogPromotionsProviderTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Criteria/DateRangeTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Criteria/EnabledTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Console/Command/GenerateCouponsCommandTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Form/CatalogPromotionActionTypeTest.php
src/Sylius/Bundle/PromotionBundle/Tests/DependencyInjection/Compiler/SetCatalogPromotionScopeTypesPassTest.php
@@ -5494,6 +5483,16 @@ src/Sylius/Bundle/PromotionBundle/Tests/DependencyInjection/Compiler/SetCatalogP
src/Sylius/Bundle/PromotionBundle/Tests/DependencyInjection/Compiler/RegisterPromotionActionsPassTest.php
src/Sylius/Bundle/PromotionBundle/Tests/DependencyInjection/Compiler/CompositePromotionEligibilityCheckerPassTest.php
src/Sylius/Bundle/PromotionBundle/Tests/DependencyInjection/SyliusPromotionExtensionTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/CatalogPromotionActionGroupValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/PromotionActionGroupValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/PromotionNotCouponBasedValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/CatalogPromotionActionTypeValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/PromotionRuleTypeValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/CatalogPromotionScopeTypeValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/PromotionActionTypeValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/PromotionRuleGroupValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/CatalogPromotionScopeGroupValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Validator/CouponGenerationAmountValidatorTest.php
src/Sylius/Bundle/PromotionBundle/Tests/Stub/PromotionCouponEligibilityCheckerStub.php
src/Sylius/Bundle/PromotionBundle/Tests/Stub/PromotionActionStub.php
src/Sylius/Bundle/PromotionBundle/Tests/Stub/PromotionRuleCheckerStub.php
@@ -5739,17 +5738,8 @@ src/Sylius/Bundle/TaxonomyBundle/Tests/Functional/bin/console
src/Sylius/Bundle/TaxonomyBundle/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Bundle/TaxonomyBundle/SyliusTaxonomyBundle.php
src/Sylius/Bundle/OrderBundle/Remover/ExpiredCartsRemover.php
src/Sylius/Bundle/OrderBundle/phpspec.yml.dist
src/Sylius/Bundle/OrderBundle/NumberGenerator/OrderNumberGeneratorInterface.php
src/Sylius/Bundle/OrderBundle/NumberGenerator/SequentialOrderNumberGenerator.php
src/Sylius/Bundle/OrderBundle/spec/Remover/ExpiredCartsRemoverSpec.php
src/Sylius/Bundle/OrderBundle/spec/NumberGenerator/SequentialOrderNumberGeneratorSpec.php
src/Sylius/Bundle/OrderBundle/spec/Form/DataMapper/OrderItemQuantityDataMapperSpec.php
src/Sylius/Bundle/OrderBundle/spec/Resetter/CartChangesResetterSpec.php
src/Sylius/Bundle/OrderBundle/spec/NumberAssigner/OrderNumberAssignerSpec.php
src/Sylius/Bundle/OrderBundle/spec/Controller/AddToCartCommandSpec.php
src/Sylius/Bundle/OrderBundle/spec/Context/SessionBasedCartContextSpec.php
src/Sylius/Bundle/OrderBundle/spec/Factory/AddToCartCommandFactorySpec.php
src/Sylius/Bundle/OrderBundle/Twig/AggregateAdjustmentsExtension.php
src/Sylius/Bundle/OrderBundle/test/src/Tests/SyliusOrderBundleTest.php
src/Sylius/Bundle/OrderBundle/test/composer.json
@@ -5866,9 +5856,17 @@ src/Sylius/Bundle/OrderBundle/README.md
src/Sylius/Bundle/OrderBundle/Doctrine/ORM/OrderRepository.php
src/Sylius/Bundle/OrderBundle/Doctrine/ORM/OrderItemRepository.php
src/Sylius/Bundle/OrderBundle/LICENSE
src/Sylius/Bundle/OrderBundle/Tests/Remover/ExpiredCartsRemoverTest.php
src/Sylius/Bundle/OrderBundle/Tests/NumberGenerator/SequentialOrderNumberGeneratorTest.php
src/Sylius/Bundle/OrderBundle/Tests/Form/DataMapper/OrderItemQuantityDataMapperTest.php
src/Sylius/Bundle/OrderBundle/Tests/DependencyInjection/Compiler/TagResettableCartContextsPassTest.php
src/Sylius/Bundle/OrderBundle/Tests/DependencyInjection/Compiler/RegisterOrderProcessorPassTest.php
src/Sylius/Bundle/OrderBundle/Tests/DependencyInjection/SyliusOrderExtensionTest.php
src/Sylius/Bundle/OrderBundle/Tests/Resetter/CartChangesResetterTest.php
src/Sylius/Bundle/OrderBundle/Tests/NumberAssigner/OrderNumberAssignerTest.php
src/Sylius/Bundle/OrderBundle/Tests/Controller/AddToCartCommandTest.php
src/Sylius/Bundle/OrderBundle/Tests/Context/SessionBasedCartContextTest.php
src/Sylius/Bundle/OrderBundle/Tests/Factory/AddToCartCommandFactoryTest.php
src/Sylius/Bundle/OrderBundle/Tests/Stub/CartContextWithAttributeStub.php
src/Sylius/Bundle/OrderBundle/Tests/Stub/OrderProcessorWithAttributeStub.php
src/Sylius/Bundle/OrderBundle/LICENSE_OF_TRADEMARK_AND_LOGO