Lint
This commit is contained in:
parent
3280e60871
commit
69d09b780e
5 changed files with 50 additions and 31 deletions
|
@ -12,7 +12,7 @@ class InvalidTimeException extends AlltubeLibraryException
|
|||
* InvalidTimeException constructor.
|
||||
* @param string $time Invalid time
|
||||
*/
|
||||
public function __construct($time)
|
||||
public function __construct(string $time)
|
||||
{
|
||||
parent::__construct('Invalid time: ' . $time);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue