diff --git a/src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneChoiceType.php b/src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneChoiceType.php index ffd00e4d7c2..983b9c04c87 100644 --- a/src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneChoiceType.php +++ b/src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneChoiceType.php @@ -28,7 +28,7 @@ public function __construct(private RepositoryInterface $zoneRepository, private trigger_deprecation( 'sylius/addressing-bundle', '1.5', - 'Not passing $scopeTypes through constructor is deprecated and it prohibited in Sylius 2.0.', + 'Not passing $scopeTypes through constructor is deprecated and will be prohibited in Sylius 2.0.', ); } }