refactor: reactivate phpstan and psalm rules (monicahq/chandler#175)

This commit is contained in:
Alexis Saettler
2022-08-07 21:41:54 +02:00
committed by GitHub
parent 914dbc8445
commit 07b836ae7c
178 changed files with 1214 additions and 2794 deletions
+2 -2
View File
@@ -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',