-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor #11819 [API] Refactored data transformers (lchrusciel)
This PR was merged into the 1.8 branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | 1.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | Following #11745 | License | MIT I've adjusted service names to follow our conventions, removed unneeded classes, and typehinted variadic expression Commits ------- a19f1ac [API] Adjust services names to common convention 4dbf19f [API] Add variadic typehint e878b19 [API] Refactored CommandAwareInputDataTransformer
- Loading branch information
Showing
6 changed files
with
22 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
src/Sylius/Bundle/ApiBundle/DataTransformer/CommandDataTransformersChain.php
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/Sylius/Bundle/ApiBundle/DataTransformer/CommandDataTransformersChainInterface.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters