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
+2 -5
View File
@@ -76,13 +76,10 @@ class Predb extends Model
*/
public $timestamps = false;
/**
* @var bool
*/
protected $dateFormat = false;
/**
* @var array
* @var array<string>
*/
protected $guarded = [];
@@ -210,7 +207,7 @@ class Predb extends Model
* Get all PRE's for a release.
*
*
* @return \Illuminate\Database\Eloquent\Collection|static[]
* @return \Illuminate\Database\Eloquent\Collection
*/
public static function getForRelease($preID)
{