refactor: reactivate phpstan and psalm rules (monicahq/chandler#175)
This commit is contained in:
@@ -20,7 +20,7 @@ class ModuleRowField extends Model
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*
|
||||
* @var array
|
||||
* @var array<string>
|
||||
*/
|
||||
protected $fillable = [
|
||||
'module_row_id',
|
||||
@@ -33,7 +33,7 @@ class ModuleRowField extends Model
|
||||
/**
|
||||
* The attributes that should be cast to native types.
|
||||
*
|
||||
* @var array
|
||||
* @var array<string, string>
|
||||
*/
|
||||
protected $casts = [
|
||||
'required' => 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user