Skip to content

Commit

Permalink
$var in debug() docblock should be declared as mixed, not boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
adduc committed Sep 25, 2013
1 parent ce9f547 commit 1e7f11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/basics.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function config() {
*
* Only runs if debug level is greater than zero.
*
* @param boolean $var Variable to show debug information for.
* @param mixed $var Variable to show debug information for.
* @param boolean $showHtml If set to true, the method prints the debug data in a browser-friendly way.
* @param boolean $showFrom If set to true, the method prints from where the function was called.
* @return void
Expand Down

0 comments on commit 1e7f11a

Please sign in to comment.