Fix code standard

This commit is contained in:
fabrixxm 2021-08-19 15:20:25 +02:00
parent ce0d7616cc
commit dd2abc7aff
2 changed files with 2 additions and 3 deletions

View File

@ -26,7 +26,6 @@ use Friendica\Model\Log\ParsedLogIterator;
use PHPUnit\Framework\TestCase;
/**
* Parsed log iterator testing class
*/
@ -50,7 +49,7 @@ class ParsedLogIteratorTest extends TestCase
'log' . DIRECTORY_SEPARATOR .
'friendica.log.txt';
$reader = new ReversedFileReader();
$reader = new ReversedFileReader();
$this->pli = new ParsedLogIterator($reader);
$this->pli->open($logfile);
}