8000 fixes · symfony/symfony@669d344 · GitHub
[go: up one dir, main page]

Skip to content

Commit 669d344

Browse files
committed
fixes
1 parent 0ee4026 commit 669d344

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

UPGRADE-3.4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ FrameworkBundle
117117
HttpKernel
118118
----------
119119

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.
122122

123123
Before:
124124

UPGRADE-4.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,8 @@ HttpFoundation
452452
HttpKernel
453453
----------
454454

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.
457457

458458
Before:
459459

0 commit comments

Comments
 (0)
0