Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
fix: resolve analysis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Oct 24, 2024
1 parent 4dd71e3 commit ddbe166
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ parameters:
level: 5 # The level 9 is the highest level
ignoreErrors: []
excludePaths: []
checkMissingIterableValueType: false
scanFiles:
- vendor/chinleung/laravel-locales/src/helpers.php
scanDirectories:
Expand Down
5 changes: 0 additions & 5 deletions src/Models/Invitation.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ class Invitation extends Model
{
use HasFactory;

/**
* The attributes that are mass assignable.
*
* @var array<string>
*/
protected $fillable = [
'email',
'role',
Expand Down
1 change: 0 additions & 1 deletion stubs/phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ parameters:
- vendor/chinleung/laravel-locales/src/helpers.php

ignoreErrors: []
checkMissingIterableValueType: false

0 comments on commit ddbe166

Please sign in to comment.