Format fix

This commit is contained in:
Michał Pysiak 2024-10-29 09:05:32 +01:00
parent 0e0847c200
commit f044558058
No known key found for this signature in database
GPG key ID: 9C1F2D0F99830187
2 changed files with 1 additions and 2 deletions

View file

@ -52,7 +52,6 @@ final class NotificationContext implements Context
);
}
/**
* @Then I should be notified that it :has been successfully deleted
* @Then I should be notified that they :have been successfully deleted

View file

@ -135,7 +135,7 @@
</service>
<service id="sylius.validator.max_integer" alias="Sylius\Bundle\CoreBundle\Validator\Constraints\MaxIntegerValidator" />
<service id="sylius.validator.allowed_mime_types" class="Sylius\Bundle\CoreBundle\Validator\Constraints\AllowedImageMimeTypesValidator">
<argument>%sylius_core.allowed_images_mime_types%</argument>
<tag name="validator.constraint_validator" alias="sylius_image_allowed_mime_types_validator" />