10000 fix docblock · grasmash/symfony@73999b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73999b8

Browse files
committed
fix docblock
1 parent d33973b commit 73999b8

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