Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit90fa098

Browse files
committed
[String] Move Inflector in String
1 parent71b3912 commit90fa098

File tree

12 files changed

+890
-448
lines changed

12 files changed

+890
-448
lines changed

‎UPGRADE-5.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ HttpKernel
6868
not returning an array is deprecated
6969
* Deprecated support for`service:action` syntax to reference controllers. Use`serviceOrFqcn::method` instead.
7070

71+
Inflector
72+
---------
73+
74+
* The component has been deprecated, use the String component`EnglishInflector` instead.
75+
7176
Mailer
7277
------
7378

‎UPGRADE-6.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ HttpKernel
6464
* Made`WarmableInterface::warmUp()` return a list of classes or files to preload on PHP 7.4+
6565
* Removed support for`service:action` syntax to reference controllers. Use`serviceOrFqcn::method` instead.
6666

67+
Inflector
68+
---------
69+
70+
* The component has been removed, use the String component`EnglishInflector` instead.
71+
6772
Messenger
6873
---------
6974

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
5.1.0
5+
-----
6+
7+
* The component has been deprecated, use the String component`EnglishInflector` instead.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp