Lint
This commit is contained in:
parent
3280e60871
commit
69d09b780e
5 changed files with 50 additions and 31 deletions
|
@ -11,7 +11,7 @@ class AvconvException extends AlltubeLibraryException
|
|||
* AvconvException constructor.
|
||||
* @param string $path Path to avconv or ffmpeg.
|
||||
*/
|
||||
public function __construct($path)
|
||||
public function __construct(string $path)
|
||||
{
|
||||
parent::__construct("Can't find avconv or ffmpeg at " . $path . '.');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue