Lint
This commit is contained in:
parent
fc6bf472b2
commit
f5045b3ae7
2 changed files with 5 additions and 7 deletions
|
@ -6,8 +6,6 @@
|
|||
|
||||
namespace Alltube\Test;
|
||||
|
||||
use Alltube\Config;
|
||||
use Alltube\Exception\ConfigException;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
|
|
|
@ -81,11 +81,11 @@ class VideoTest extends BaseTest
|
|||
* @dataProvider remuxUrlProvider
|
||||
*/
|
||||
public function testgetUrl(
|
||||
$url,
|
||||
$format,
|
||||
/* @scrutinizer ignore-unused */ $filename,
|
||||
/* @scrutinizer ignore-unused */ $extension,
|
||||
$domain
|
||||
string $url,
|
||||
string $format,
|
||||
string $filename,
|
||||
string $extension,
|
||||
string $domain
|
||||
) {
|
||||
$video = new Video($this->downloader, $url, $format);
|
||||
foreach ($video->getUrl() as $videoURL) {
|
||||
|
|
Loading…
Reference in a new issue