mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Fix phpstan reported errors
This commit is contained in:
@@ -33,9 +33,6 @@ use Illuminate\Support\Facades\DB;
|
||||
*/
|
||||
class Genre extends Model
|
||||
{
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $dateFormat = false;
|
||||
|
||||
/**
|
||||
@@ -44,7 +41,7 @@ class Genre extends Model
|
||||
public $timestamps = false;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
* @var array<string>
|
||||
*/
|
||||
protected $guarded = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user