code style in FileLog and FileLogTest

This commit is contained in:
Rémi Dewitte 2013-03-08 09:32:46 +01:00
parent 278700677a
commit 5b5180f661
2 changed files with 5 additions and 4 deletions

View file

@ -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;
} }
/** /**