mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix Phpdoc for CakeObject::log()
This commit is contained in:
parent
13011f3ecd
commit
fba7f1c617
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue