mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Merge pull request #11534 from tenkoma/patch-2
[2.x] Fix Phpdoc for CakeObject::log()
This commit is contained in:
commit
bdaff46627
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…
Add table
Reference in a new issue