Merge branch 'main' of github.com:vormkracht10/filament-mails #58
Annotations
10 errors
phpstan:
src/FilamentMailsPlugin.php#L27
Call to static method make() on an unknown class Leandrocfe\FilamentApexCharts\FilamentApexChartsPlugin.
|
phpstan:
src/Resources/EventResource.php#L219
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
|
phpstan:
src/Resources/EventResource/Pages/ListEvents.php#L78
Method Vormkracht10\FilamentMails\Resources\EventResource\Pages\ListEvents::getHeaderWidgets() should return array<class-string<Filament\Widgets\Widget>|Filament\Widgets\WidgetConfiguration> but returns array{'App\\Filament\\Widgets\\MailsPerStatusChart'}.
|
phpstan:
src/Resources/EventResource/Pages/ListEvents.php#L79
Class App\Filament\Widgets\MailsPerStatusChart not found.
|
phpstan:
src/Resources/MailResource.php#L176
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
|
phpstan:
src/Resources/MailResource.php#L194
Access to an undefined property Illuminate\Database\Eloquent\Model::$id.
|
phpstan:
src/Resources/MailResource.php#L373
Else branch is unreachable because ternary operator condition is always true.
|
phpstan:
src/Resources/MailResource.php#L374
Else branch is unreachable because ternary operator condition is always true.
|
phpstan:
src/Resources/MailResource.php#L435
Strict comparison using === between mixed and null will always evaluate to false.
|
phpstan:
src/Resources/MailResource/Pages/ListMails.php#L40
Call to an undefined method Illuminate\Database\Eloquent\Builder::sent().
|