Skip to content

Commit c6d8ce0

Browse files
minor symfony#61188 [HttpKernel] Update phpdoc description (alamirault)
This PR was merged into the 7.4 branch. Discussion ---------- [HttpKernel] Update phpdoc description | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no <!-- if yes, also update src/**/CHANGELOG.md --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Issues | Fix #... <!-- prefix each issue number with "Fix #"; no need to create an issue if none exists, explain below --> | License | MIT I used the same wording as `getBuildDir` method Commits ------- f8719e7 [HttpKernel] Update phpdoc description
2 parents 1b71fa4 + f8719e7 commit c6d8ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/KernelInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ public function getStartTime(): float;
113113
/**
114114
* Gets the cache directory.
115115
*
116-
* Since Symfony 5.2, the cache directory should be used for caches that are written at runtime.
116+
* This directory should be used for caches that are written at runtime.
117117
* For caches and artifacts that can be warmed at compile-time and deployed as read-only,
118-
* use the new "build directory" returned by the {@see getBuildDir()} method.
118+
* use the "build directory" returned by the {@see getBuildDir()} method.
119119
*/
120120
public function getCacheDir(): string;
121121

0 commit comments

Comments
 (0)