Merge pull request #4515 from Roardom/phpstan-fixes

(Fix) Phpstan fixes
This commit is contained in:
HDVinnie
2025-03-04 21:48:57 -05:00
committed by GitHub
66 changed files with 159 additions and 1313 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class User extends Authenticatable implements MustVerifyEmail
/**
* The Attributes Excluded From The Model's JSON Form.
*
* @var array<int, string>
* @var list<string>
*/
protected $hidden = [
'email',