Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Oct 17, 2020
1 parent fc6bf47 commit f5045b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions tests/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

namespace Alltube\Test;

use Alltube\Config;
use Alltube\Exception\ConfigException;
use PHPUnit\Framework\TestCase;

/**
Expand Down
10 changes: 5 additions & 5 deletions tests/VideoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ public function testGetExtractors()
* @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) {
Expand Down

0 comments on commit f5045b3

Please sign in to comment.