Skip to content

Commit

Permalink
Minor typo fix in deprecation message in ZoneChoiceType
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Sep 21, 2023
1 parent b3fb1cc commit c8e3b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
);
}
}
Expand Down

0 comments on commit c8e3b9d

Please sign in to comment.