Skip to content

Commit

Permalink
Fix Phpdoc for CakeObject::log()
Browse files Browse the repository at this point in the history
  • Loading branch information
tenkoma committed Dec 12, 2017
1 parent 13011f3 commit fba7f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Core/CakeObject.php
Expand Up @@ -148,7 +148,7 @@ protected function _stop($status = 0) {
* Convenience method to write a message to CakeLog. See CakeLog::write()
* for more information on writing to logs.
*
* @param string $msg Log message
* @param mixed $msg Log message
* @param int $type Error type constant. Defined in app/Config/core.php.
* @param null|string|array $scope The scope(s) a log message is being created in.
* See CakeLog::config() for more information on logging scopes.
Expand Down

0 comments on commit fba7f1c

Please sign in to comment.