10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33973b commit 73999b8Copy full SHA for 73999b8
src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php
@@ -219,7 +219,7 @@ public function getEnv()
219
/**
220
* Returns true if the debug is enabled.
221
*
222
- * @return bool true if debug is enabled, false otherwise
+ * @return bool|string true if debug is enabled, false otherwise or a string if no kernel was set
223
*/
224
public function isDebug()
225
{
0 commit comments