mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Fix phpstan reported errors
This commit is contained in:
@@ -64,13 +64,10 @@ class MovieInfo extends Model
|
||||
*/
|
||||
protected $table = 'movieinfo';
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $dateFormat = false;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
* @var array<string>
|
||||
*/
|
||||
protected $guarded = ['id'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user