Fix Phpdoc for CakeObject::log()

This commit is contained in:
Koji Tanaka 2017-12-12 20:00:21 +09:00 committed by GitHub
parent 13011f3ecd
commit fba7f1c617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ class CakeObject {
* 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.