style: Lint
Changes suggested by StyleCI
This commit is contained in:
parent
6aad01ede5
commit
397bbf96ff
2 changed files with 3 additions and 2 deletions
|
@ -70,6 +70,7 @@ class Config
|
|||
|
||||
/**
|
||||
* Path to the directory that contains the phantomjs binary.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $phantomjsDir = 'vendor/bin/';
|
||||
|
|
|
@ -201,8 +201,8 @@ class VideoDownloadTest extends TestCase
|
|||
'https://openload.co/embed/qTsjMEUtN4U', 'best[protocol^=http]',
|
||||
'aup-the-lego-ninjago-movie-2017-1508463762.MP4.mp4-qTsjMEUtN4U',
|
||||
'mp4',
|
||||
'openload.co'
|
||||
]
|
||||
'openload.co',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue