8000 minor #40611 [HttpKernel] fix docblock (xabbuh) · grasmash/symfony@5545755 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 5545755

Browse files
committed
minor symfony#40611 [HttpKernel] fix docblock (xabbuh)
This PR was merged into the 5.2 branch. Discussion ---------- [HttpKernel] fix docblock | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 73999b8 fix docblock
2 parents b5f0f7b + 73999b8 commit 5545755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function getEnv()
219219
/**
220220
* Returns true if the debug is enabled.
221221
*
222-
* @return bool true if debug is enabled, false otherwise
222+
* @return bool|string true if debug is enabled, false otherwise or a string if no kernel was set
223223
*/
224224
public function isDebug()
225225
{

0 commit comments

Comments
 (0)
0