mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
code style in FileLog and FileLogTest
This commit is contained in:
parent
278700677a
commit
5b5180f661
2 changed files with 5 additions and 4 deletions
|
@ -150,6 +150,7 @@ class FileLog extends BaseLog {
|
||||||
array($pathname, $this->_config['mask'])), E_USER_WARNING);
|
array($pathname, $this->_config['mask'])), E_USER_WARNING);
|
||||||
$selfError = false;
|
$selfError = false;
|
||||||
}
|
}
|
||||||
|
return $r;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue