Skip to content

Commit 9470371

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Security] Use more concrete user classes in tests fix docblock
2 parents 1e60747 + 38d4a70 commit 9470371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)