mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Format fix
This commit is contained in:
parent
0e0847c200
commit
f044558058
2 changed files with 1 additions and 2 deletions
|
|
@ -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 it :has been successfully deleted
|
||||||
* @Then I should be notified that they :have been successfully deleted
|
* @Then I should be notified that they :have been successfully deleted
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,7 @@
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service id="sylius.validator.max_integer" alias="Sylius\Bundle\CoreBundle\Validator\Constraints\MaxIntegerValidator" />
|
<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">
|
<service id="sylius.validator.allowed_mime_types" class="Sylius\Bundle\CoreBundle\Validator\Constraints\AllowedImageMimeTypesValidator">
|
||||||
<argument>%sylius_core.allowed_images_mime_types%</argument>
|
<argument>%sylius_core.allowed_images_mime_types%</argument>
|
||||||
<tag name="validator.constraint_validator" alias="sylius_image_allowed_mime_types_validator" />
|
<tag name="validator.constraint_validator" alias="sylius_image_allowed_mime_types_validator" />
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue