Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5e388 commit 0e856a1Copy full SHA for 0e856a1
UPGRADE-5.3.md
@@ -10,6 +10,7 @@ Console
10
-------
11
12
* Deprecate `Helper::strlen()`, use `Helper::width()` instead.
13
+ * Deprecate `Helper::strlenWithoutDecoration()`, use `Helper::removeDecoration()` instead.
14
15
DoctrineBridge
16
--------------
UPGRADE-6.0.md
@@ -24,6 +24,7 @@ Console
24
25
* `Command::setHidden()` has a default value (`true`) for `$hidden` parameter
26
* Remove `Helper::strlen()`, use `Helper::width()` instead.
27
+ * Remove `Helper::strlenWithoutDecoration()`, use `Helper::removeDecoration()` instead.
28
29
DependencyInjection
30
-------------------
0 commit comments