Skip to content

Commit

Permalink
Add note to param
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Sep 25, 2015
1 parent bd46191 commit f7c472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Log/Engine/FileLog.php
Expand Up @@ -182,7 +182,7 @@ protected function _getFilename($type) {
* Also if `rotate` count is reached oldest file is removed.
*
* @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.
*/
protected function _rotateFile($filename) {
Expand Down

0 comments on commit f7c472e

Please sign in to comment.