mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Merge pull request #1680 from Adduc/patch-1
$var in debug() docblock should be declared as mixed, not boolean
This commit is contained in:
commit
81ad97bb51
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if (!function_exists('debug')) {
|
|||
*
|
||||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue