This commit is contained in:
DariusIII
2024-06-22 13:40:09 +02:00
parent bec80c8744
commit be8d52f633
5 changed files with 5 additions and 15 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ use Illuminate\Support\Facades\DB;
*/
class AniDB
{
public function __construct()
{
}
public function __construct() {}
/**
* Updates stored AniDB entries in the database.
+1 -3
View File
@@ -20,9 +20,7 @@ class Contents
/**
* Contents constructor.
*/
public function __construct()
{
}
public function __construct() {}
/**
* @return array|false
+1 -3
View File
@@ -23,9 +23,7 @@ class Genres
public const STATUS_DISABLED = 1;
public function __construct()
{
}
public function __construct() {}
/**
* @return array|mixed
+1 -3
View File
@@ -16,9 +16,7 @@ class ReleaseExtra
/**
* ReleaseExtra constructor.
*/
public function __construct()
{
}
public function __construct() {}
/**
* @return \Illuminate\Database\Eloquent\Model|null|static
+1 -3
View File
@@ -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.