From 67cec4f7d593440e46941987b8b7670f0b14ae6b Mon Sep 17 00:00:00 2001 From: biakaveron Date: Fri, 16 Aug 2013 08:24:04 +0400 Subject: [PATCH] fixed wrong PHPDOC comment --- classes/Kohana/Debugtoolbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Kohana/Debugtoolbar.php b/classes/Kohana/Debugtoolbar.php index 9ac6ce6..b26a3db 100644 --- a/classes/Kohana/Debugtoolbar.php +++ b/classes/Kohana/Debugtoolbar.php @@ -48,7 +48,7 @@ abstract class Kohana_Debugtoolbar { /** * Renders the Debug Toolbar * - * @param bool $print return DT's template (FALSE) or render it (TRUE, by default) + * @param bool $print return DT's template (FALSE, by default) or render it (TRUE) * * @static * @return bool|string