Skip to content

Commit 0d433cd

Browse files
committed
minor symfony#25207 [HttpKernel] remove upgrade instructions for kernel.root_dir (xabbuh)
This PR was merged into the 3.3 branch. Discussion ---------- [HttpKernel] remove upgrade instructions for kernel.root_dir | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 9897da4 remove upgrade instructions for kernel.root_dir
2 parents b4afeb2 + 9897da4 commit 0d433cd

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

UPGRADE-3.3.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,6 @@ HttpFoundation
254254
HttpKernel
255255
-----------
256256

257-
* Deprecated the `kernel.root_dir` parameter. Use the new `kernel.project_dir`
258-
parameter instead.
259-
260-
* Deprecated the `Kernel::getRootDir()` method. Use the new `Kernel::getProjectDir()`
261-
method instead.
262-
263257
* The `Extension::addClassesToCompile()` and `Extension::getClassesToCompile()` methods have been deprecated and will be removed in 4.0.
264258

265259
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array

UPGRADE-4.0.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,6 @@ HttpFoundation
361361
HttpKernel
362362
----------
363363

364-
* Removed the `kernel.root_dir` parameter. Use the `kernel.project_dir` parameter
365-
instead.
366-
367-
* Removed the `Kernel::getRootDir()` method. Use the `Kernel::getProjectDir()`
368-
method instead.
369-
370364
* The `Extension::addClassesToCompile()` and `Extension::getClassesToCompile()` methods have been removed.
371365

372366
* Possibility to pass non-scalar values as URI attributes to the ESI and SSI

0 commit comments

Comments
 (0)