mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Add note to param
Refs: https://github.com/cakephp/cakephp/pull/7447#discussion_r40444483
This commit is contained in:
parent
bd461910e9
commit
f7c472ea1e
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class FileLog extends BaseLog {
|
||||||
* Also if `rotate` count is reached oldest file is removed.
|
* Also if `rotate` count is reached oldest file is removed.
|
||||||
*
|
*
|
||||||
* @param string $filename Log file name
|
* @param string $filename Log file name
|
||||||
* @return mixed True if rotated successfully or false in case of error.
|
* @return mixed True if rotated successfully or false in case of error, otherwise null.
|
||||||
* Void if file doesn't need to be rotated.
|
* Void if file doesn't need to be rotated.
|
||||||
*/
|
*/
|
||||||
protected function _rotateFile($filename) {
|
protected function _rotateFile($filename) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue