style(styleci): Lint

This commit is contained in:
Pierre Rudloff 2019-04-21 00:58:04 +02:00
parent ddc27a8a2c
commit 586f20adb4
4 changed files with 8 additions and 17 deletions

View file

@ -8,8 +8,8 @@ namespace Alltube\Test;
use Alltube\Config;
use Alltube\PlaylistArchiveStream;
use PHPUnit\Framework\TestCase;
use stdClass;
use RuntimeException;
use stdClass;
/**
* Unit tests for the ViewFactory class.
@ -64,7 +64,6 @@ class PlaylistArchiveStreamTest extends TestCase
$this->stream->write('foo');
}
/**
* Test the tell() function.
*