Merge pull request #11534 from tenkoma/patch-2

[2.x] Fix Phpdoc for CakeObject::log()
This commit is contained in:
Mark Sch 2017-12-12 12:29:38 +01:00 committed by GitHub
commit bdaff46627
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.