mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-20 03:41:29 +02:00
Fix CS
This commit is contained in:
@@ -59,7 +59,8 @@ class RotatingFileHandlerTest extends TestCase
|
||||
unset($this->lastError);
|
||||
}
|
||||
|
||||
private function rrmdir($directory) {
|
||||
private function rrmdir($directory)
|
||||
{
|
||||
if (! is_dir($directory)) {
|
||||
throw new InvalidArgumentException("$directory must be a directory");
|
||||
}
|
||||
|
Reference in New Issue
Block a user