mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +00:00
Fix ApiGen errors
This commit is contained in:
parent
96048f401a
commit
2793dca671
18 changed files with 194 additions and 17 deletions
|
@ -152,6 +152,8 @@ class Object {
|
|||
*
|
||||
* @param string $msg Log message
|
||||
* @param integer $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.
|
||||
* @return boolean Success of log write
|
||||
*/
|
||||
public function log($msg, $type = LOG_ERR, $scope = null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue