Merge pull request #16 from concept7/develop #43
Annotations
10 errors and 1 warning
phpstan:
src/Events/InviteProcessedEvent.php#L9
Parameter $user of method Concept7\FilamentInvite\Events\InviteProcessedEvent::__construct() has invalid type App\Models\User.
|
phpstan:
src/Events/InviteProcessedEvent.php#L9
Property Concept7\FilamentInvite\Events\InviteProcessedEvent::$user has unknown class App\Models\User as its type.
|
phpstan:
src/Http/Livewire/Accept.php#L59
Property 'expires_at' does not exist in Concept7\FilamentInvite\Models\Invite model.
|
phpstan:
src/Http/Livewire/Accept.php#L59
Property 'token' does not exist in Concept7\FilamentInvite\Models\Invite model.
|
phpstan:
src/Http/Livewire/Accept.php#L65
Access to an undefined property Concept7\FilamentInvite\Http\Livewire\Accept::$form.
|
phpstan:
src/Http/Livewire/Accept.php#L97
Access to an undefined property Concept7\FilamentInvite\Http\Livewire\Accept::$form.
|
phpstan:
src/Http/Livewire/Accept.php#L99
Property 'email' does not exist in Concept7\FilamentInvite\Models\Invite model.
|
phpstan:
src/Http/Livewire/Accept.php#L99
Property 'expires_at' does not exist in Concept7\FilamentInvite\Models\Invite model.
|
phpstan:
src/Http/Livewire/Accept.php#L99
Property 'token' does not exist in Concept7\FilamentInvite\Models\Invite model.
|
phpstan:
src/Http/Livewire/Accept.php#L106
Call to static method where() on an unknown class App\Models\User.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|