[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot]
2025-05-14 10:04:35 +00:00
parent b051361200
commit 4e766394aa
26 changed files with 1543 additions and 4674 deletions
@@ -642,26 +642,26 @@ src/Sylius/Component/Taxonomy/LICENSE
src/Sylius/Component/Taxonomy/LICENSE_OF_TRADEMARK_AND_LOGO
src/Sylius/Component/Taxonomy/Factory/TaxonFactoryInterface.php
src/Sylius/Component/Taxonomy/Factory/TaxonFactory.php
src/Sylius/Component/Shipping/phpspec.yml.dist
src/Sylius/Component/Shipping/spec/Model/ShipmentSpec.php
src/Sylius/Component/Shipping/spec/Model/ShipmentUnitSpec.php
src/Sylius/Component/Shipping/spec/Model/ShippingMethodTranslationSpec.php
src/Sylius/Component/Shipping/spec/Model/ShippingCategorySpec.php
src/Sylius/Component/Shipping/spec/Model/ShippingMethodSpec.php
src/Sylius/Component/Shipping/spec/Resolver/CompositeMethodsResolverSpec.php
src/Sylius/Component/Shipping/spec/Resolver/DefaultShippingMethodResolverSpec.php
src/Sylius/Component/Shipping/spec/Resolver/ShippingMethodsResolverSpec.php
src/Sylius/Component/Shipping/spec/Exception/UnresolvedDefaultShippingMethodExceptionSpec.php
src/Sylius/Component/Shipping/spec/Checker/Rule/TotalWeightGreaterThanOrEqualRuleCheckerSpec.php
src/Sylius/Component/Shipping/spec/Checker/Rule/TotalWeightLessThanOrEqualRuleCheckerSpec.php
src/Sylius/Component/Shipping/spec/Checker/Eligibility/CategoryRequirementEligibilityCheckerSpec.php
src/Sylius/Component/Shipping/spec/Checker/Eligibility/ShippingMethodRulesEligibilityCheckerSpec.php
src/Sylius/Component/Shipping/spec/Checker/Eligibility/CompositeShippingMethodEligibilityCheckerSpec.php
src/Sylius/Component/Shipping/spec/Calculator/PerUnitRateCalculatorSpec.php
src/Sylius/Component/Shipping/spec/Calculator/FlatRateCalculatorSpec.php
src/Sylius/Component/Shipping/spec/Calculator/DelegatingCalculatorSpec.php
src/Sylius/Component/Shipping/spec/Calculator/UndefinedShippingMethodExceptionSpec.php
src/Sylius/Component/Shipping/Repository/ShippingMethodRepositoryInterface.php
src/Sylius/Component/Shipping/tests/Model/ShipmentUnitTest.php
src/Sylius/Component/Shipping/tests/Model/ShippingMethodTest.php
src/Sylius/Component/Shipping/tests/Model/ShipmentTest.php
src/Sylius/Component/Shipping/tests/Model/ShippingMethodTranslationTest.php
src/Sylius/Component/Shipping/tests/Model/ShippingCategoryTest.php
src/Sylius/Component/Shipping/tests/Resolver/CompositeMethodsResolverTest.php
src/Sylius/Component/Shipping/tests/Resolver/ShippingMethodsResolverTest.php
src/Sylius/Component/Shipping/tests/Resolver/DefaultShippingMethodResolverTest.php
src/Sylius/Component/Shipping/tests/Exception/UnresolvedDefaultShippingMethodExceptionTest.php
src/Sylius/Component/Shipping/tests/Checker/Rule/TotalWeightLessThanOrEqualRuleCheckerTest.php
src/Sylius/Component/Shipping/tests/Checker/Rule/TotalWeightGreaterThanOrEqualRuleCheckerTest.php
src/Sylius/Component/Shipping/tests/Checker/Eligibility/CategoryRequirementEligibilityCheckerTest.php
src/Sylius/Component/Shipping/tests/Checker/Eligibility/ShippingMethodRulesEligibilityCheckerTest.php
src/Sylius/Component/Shipping/tests/Checker/Eligibility/CompositeShippingMethodEligibilityCheckerTest.php
src/Sylius/Component/Shipping/tests/Calculator/PerUnitRateCalculatorTest.php
src/Sylius/Component/Shipping/tests/Calculator/DelegatingCalculatorTest.php
src/Sylius/Component/Shipping/tests/Calculator/FlatRateCalculatorTest.php
src/Sylius/Component/Shipping/tests/Calculator/UndefinedShippingMethodExceptionTest.php
src/Sylius/Component/Shipping/phpunit.xml.dist
src/Sylius/Component/Shipping/ShipmentTransitions.php
src/Sylius/Component/Shipping/Model/ShipmentUnitInterface.php
src/Sylius/Component/Shipping/Model/ShipmentUnit.php
@@ -703,22 +703,22 @@ src/Sylius/Component/Shipping/Calculator/DelegatingCalculatorInterface.php
src/Sylius/Component/Shipping/Calculator/UndefinedShippingMethodException.php
src/Sylius/Component/Shipping/Calculator/CalculatorInterface.php
src/Sylius/Component/Payment/PaymentRequestTransitions.php
src/Sylius/Component/Payment/phpspec.yml.dist
src/Sylius/Component/Payment/spec/Model/PaymentSpec.php
src/Sylius/Component/Payment/spec/Model/PaymentRequestSpec.php
src/Sylius/Component/Payment/spec/Model/GatewayConfigSpec.php
src/Sylius/Component/Payment/spec/Model/PaymentMethodSpec.php
src/Sylius/Component/Payment/spec/Resolver/CompositeMethodsResolverSpec.php
src/Sylius/Component/Payment/spec/Resolver/DefaultPaymentMethodResolverSpec.php
src/Sylius/Component/Payment/spec/Resolver/PaymentMethodsResolverSpec.php
src/Sylius/Component/Payment/spec/Exception/UnresolvedDefaultPaymentMethodExceptionSpec.php
src/Sylius/Component/Payment/spec/Factory/PaymentFactorySpec.php
src/Sylius/Component/Payment/spec/Encryption/GatewayConfigEncrypterSpec.php
src/Sylius/Component/Payment/spec/Encryption/PaymentRequestEncrypterSpec.php
src/Sylius/Component/Payment/spec/Encryption/fixtures/encryption_key
src/Sylius/Component/Payment/spec/Encryption/EncrypterSpec.php
src/Sylius/Component/Payment/Repository/PaymentMethodRepositoryInterface.php
src/Sylius/Component/Payment/Repository/PaymentRequestRepositoryInterface.php
src/Sylius/Component/Payment/tests/Model/PaymentRequestTest.php
src/Sylius/Component/Payment/tests/Model/GatewayConfigTest.php
src/Sylius/Component/Payment/tests/Model/PaymentMethodTest.php
src/Sylius/Component/Payment/tests/Model/PaymentTest.php
src/Sylius/Component/Payment/tests/Resolver/CompositeMethodsResolverTest.php
src/Sylius/Component/Payment/tests/Resolver/PaymentMethodsResolverTest.php
src/Sylius/Component/Payment/tests/Resolver/DefaultPaymentMethodResolverTest.php
src/Sylius/Component/Payment/tests/Exception/UnresolvedDefaultPaymentMethodExceptionTest.php
src/Sylius/Component/Payment/tests/Factory/PaymentFactoryTest.php
src/Sylius/Component/Payment/tests/Encryption/PaymentRequestEncrypterTest.php
src/Sylius/Component/Payment/tests/Encryption/fixtures/encryption_key
src/Sylius/Component/Payment/tests/Encryption/EncrypterTest.php
src/Sylius/Component/Payment/tests/Encryption/GatewayConfigEncrypterTest.php
src/Sylius/Component/Payment/phpunit.xml.dist
src/Sylius/Component/Payment/Canceller/PaymentRequestCancellerInterface.php
src/Sylius/Component/Payment/Model/PaymentMethod.php
src/Sylius/Component/Payment/Model/PaymentInterface.php
@@ -1186,23 +1186,23 @@ src/Sylius/Component/Core/Formatter/StringInflector.php
src/Sylius/Component/Core/Calculator/ProductVariantPricesCalculatorInterface.php
src/Sylius/Component/Core/Calculator/ProductVariantPriceCalculator.php
src/Sylius/Component/Core/ProductReviewTransitions.php
src/Sylius/Component/Attribute/phpspec.yml.dist
src/Sylius/Component/Attribute/spec/Model/AttributeTranslationSpec.php
src/Sylius/Component/Attribute/spec/Model/AttributeValueSpec.php
src/Sylius/Component/Attribute/spec/Model/AttributeSpec.php
src/Sylius/Component/Attribute/spec/Factory/AttributeFactorySpec.php
src/Sylius/Component/Attribute/spec/AttributeType/DatetimeAttributeTypeSpec.php
src/Sylius/Component/Attribute/spec/AttributeType/FloatAttributeTypeSpec.php
src/Sylius/Component/Attribute/spec/AttributeType/SelectAttributeTypeSpec.php
src/Sylius/Component/Attribute/spec/AttributeType/TextAttributeTypeSpec.php
src/Sylius/Component/Attribute/spec/AttributeType/PercentAttributeTypeSpec.php
src/Sylius/Component/Attribute/spec/AttributeType/DateAttributeTypeSpec.php
src/Sylius/Component/Attribute/spec/AttributeType/TextareaAttributeTypeSpec.php
src/Sylius/Component/Attribute/spec/AttributeType/IntegerAttributeTypeSpec.php
src/Sylius/Component/Attribute/spec/AttributeType/CheckboxAttributeTypeSpec.php
src/Sylius/Component/Attribute/Repository/AttributeTranslationRepositoryInterface.php
src/Sylius/Component/Attribute/Repository/AttributeRepositoryInterface.php
src/Sylius/Component/Attribute/Repository/AttributeValueRepositoryInterface.php
src/Sylius/Component/Attribute/tests/Model/AttributeValueTest.php
src/Sylius/Component/Attribute/tests/Model/AttributeTranslationTest.php
src/Sylius/Component/Attribute/tests/Model/AttributeTest.php
src/Sylius/Component/Attribute/tests/Factory/AttributeFactoryTest.php
src/Sylius/Component/Attribute/tests/AttributeType/FloatAttributeTypeTest.php
src/Sylius/Component/Attribute/tests/AttributeType/TextAttributeTypeTest.php
src/Sylius/Component/Attribute/tests/AttributeType/DateAttributeTypeTest.php
src/Sylius/Component/Attribute/tests/AttributeType/TextareaAttributeTypeTest.php
src/Sylius/Component/Attribute/tests/AttributeType/CheckboxAttributeTypeTest.php
src/Sylius/Component/Attribute/tests/AttributeType/SelectAttributeTypeTest.php
src/Sylius/Component/Attribute/tests/AttributeType/PercentAttributeTypeTest.php
src/Sylius/Component/Attribute/tests/AttributeType/IntegerAttributeTypeTest.php
src/Sylius/Component/Attribute/tests/AttributeType/DatetimeAttributeTypeTest.php
src/Sylius/Component/Attribute/phpunit.xml.dist
src/Sylius/Component/Attribute/Model/AttributeTranslationInterface.php
src/Sylius/Component/Attribute/Model/AttributeInterface.php
src/Sylius/Component/Attribute/Model/Attribute.php
@@ -1601,10 +1601,10 @@ src/Sylius/Component/Review/Factory/ReviewFactoryInterface.php
src/Sylius/Component/Review/Factory/ReviewFactory.php
src/Sylius/Component/Review/Calculator/AverageRatingCalculator.php
src/Sylius/Component/Review/Calculator/ReviewableRatingCalculatorInterface.php
src/Sylius/Component/Customer/phpspec.yml.dist
src/Sylius/Component/Customer/spec/Model/CustomerSpec.php
src/Sylius/Component/Customer/spec/Model/CustomerGroupSpec.php
src/Sylius/Component/Customer/Repository/CustomerGroupRepositoryInterface.php
src/Sylius/Component/Customer/tests/Model/CustomerGroupTest.php
src/Sylius/Component/Customer/tests/Model/CustomerTest.php
src/Sylius/Component/Customer/phpunit.xml.dist
src/Sylius/Component/Customer/Model/CustomerAwareInterface.php
src/Sylius/Component/Customer/Model/CustomerGroupInterface.php
src/Sylius/Component/Customer/Model/Customer.php