8000 [Inflector][String] Move Inflector in String by fancyweb · Pull Request #35092 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Inflector][String] Move Inflector in String #35092

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions UPGRADE-5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ HttpKernel
not returning an array is deprecated
* Deprecated support for `service:action` syntax to reference controllers. Use `serviceOrFqcn::method` instead.

Inflector
---------

* The component has been deprecated, use `EnglishInflector` from the String component instead.

Mailer
------

Expand Down
4 changes: 4 additions & 0 deletions UPGRADE-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ HttpKernel
* Made `WarmableInterface::warmUp()` return a list of classes or files to preload on PHP 7.4+
* Removed support for `service:action` syntax to reference controllers. Use `serviceOrFqcn::method` instead.

Inflector
---------

* The component has been removed, use `EnglishInflector` from the String component instead.

Mailer
------
Expand Down
7 changes: 7 additions & 0 deletions src/Symfony/Component/Inflector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CHANGELOG
=========

5.1.0
-----

* The component has been deprecated, use `EnglishInflector` from the String component instead.
Loading
0