1
0
Fork 0
mirror of https://github.com/Oreolek/debug-toolbar.git synced 2024-06-26 03:30:43 +03:00

fixed wrong PHPDOC comment

This commit is contained in:
biakaveron 2013-08-16 08:24:04 +04:00
parent 1b138fe9f3
commit 67cec4f7d5

View file

@ -48,7 +48,7 @@ abstract class Kohana_Debugtoolbar {
/** /**
* Renders the Debug Toolbar * 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 * @static
* @return bool|string * @return bool|string