File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ FrameworkBundle
117
117
HttpKernel
118
118
----------
119
119
120
- * Relying on commands auto- discovery has been deprecated and won't be supported
121
- in 4.0. Use PSR-4 based Service Discovery instead.
120
+ * Relying on convention-based commands discovery has been deprecated and
121
+ won't be supported in 4.0. Use PSR-4 based Service Discovery instead.
122
122
123
123
Before :
124
124
Original file line number Diff line number Diff line change @@ -452,8 +452,8 @@ HttpFoundation
452
452
HttpKernel
453
453
----------
454
454
455
- * Relying on commands auto- discovery has been deprecated and won't be supported
456
- in 4.0. Use PSR-4 based Service Discovery instead.
455
+ * Relying on convention-based commands discovery is not supported anymore.
456
+ Use PSR-4 based Service Discovery instead.
457
457
458
458
Before :
459
459
You can’t perform that action at this time.
0 commit comments