mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
CS fixes
This commit is contained in:
@@ -12,9 +12,7 @@ use Illuminate\Support\Facades\DB;
|
||||
*/
|
||||
class AniDB
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
public function __construct() {}
|
||||
|
||||
/**
|
||||
* Updates stored AniDB entries in the database.
|
||||
|
||||
@@ -20,9 +20,7 @@ class Contents
|
||||
/**
|
||||
* Contents constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
public function __construct() {}
|
||||
|
||||
/**
|
||||
* @return array|false
|
||||
|
||||
@@ -23,9 +23,7 @@ class Genres
|
||||
|
||||
public const STATUS_DISABLED = 1;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
public function __construct() {}
|
||||
|
||||
/**
|
||||
* @return array|mixed
|
||||
|
||||
@@ -16,9 +16,7 @@ class ReleaseExtra
|
||||
/**
|
||||
* ReleaseExtra constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
}
|
||||
public function __construct() {}
|
||||
|
||||
/**
|
||||
* @return \Illuminate\Database\Eloquent\Model|null|static
|
||||
|
||||
@@ -202,9 +202,7 @@ class TraktTv extends TV
|
||||
return $return;
|
||||
}
|
||||
|
||||
public function getMovieInfo(): void
|
||||
{
|
||||
}
|
||||
public function getMovieInfo(): void {}
|
||||
|
||||
/**
|
||||
* Retrieve poster image for TV episode from site using its API.
|
||||
|
||||
Reference in New Issue
Block a user