Skip to content

Commit

Permalink
Corrected annotation for Debugger::exportVar() method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Romanov committed Jun 28, 2018
1 parent c0d6f8f commit bdd5170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Error/Debugger.php
Expand Up @@ -486,7 +486,7 @@ protected static function _highlight($str)
* This is done to protect database credentials, which could be accidentally
* shown in an error message if CakePHP is deployed in development mode.
*
* @param string $var Variable to convert.
* @param mixed $var Variable to convert.
* @param int $depth The depth to output to. Defaults to 3.
* @return string Variable as a formatted string
*/
Expand Down

0 comments on commit bdd5170

Please sign in to comment.