LogFileIterator: Fix missing closing bracket

This commit is contained in:
Alexander Fuhr 2015-05-05 12:50:35 +02:00
parent 612fefba9c
commit be696e5adf
1 changed files with 1 additions and 0 deletions

View File

@ -152,3 +152,4 @@ class LogFileIterator implements Iterator
$this->valid = false;
}
}
}