Fix phpstan reported errors

This commit is contained in:
DariusIII
2026-02-10 16:16:29 +01:00
parent 11c9eaacab
commit c5e55dd562
188 changed files with 881 additions and 1010 deletions
+1 -4
View File
@@ -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 = [];