Skip to content

Commit

Permalink
minor Sylius#15335 Minor typo fix in deprecation message in ZoneChoic…
Browse files Browse the repository at this point in the history
…eType (GSadee)

This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13|
| Bug fix?        | no                                                      |
| New feature?    | no                                                      |
| BC breaks?      | no                                                      |
| Deprecations?   | no|
| Related tickets | after Sylius#15323                      |
| License         | MIT                                                          |

<!--
 - Bug fixes must be submitted against the 1.12 branch
 - Features and deprecations must be submitted against the 1.13 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  Minor typo fix in deprecation message in ZoneChoiceType
  • Loading branch information
Rafikooo authored Sep 21, 2023
2 parents 06a325e + c8e3b9d commit 2740020
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 2740020

Please sign in to comment.