Initial setup #2
Annotations
9 errors
phpstan:
src/Banner.php#L56
Cannot call method search() on array.
|
phpstan:
src/Livewire/Banner.php#L15
PHPDoc tag @var for property Kenepa\Banner\Livewire\Banner::$banners with type array<Kenepa\Banner\ValueObjects\Banner> is incompatible with native type Illuminate\Support\Collection|null.
|
phpstan:
src/Livewire/BannerManagerPage.php#L49
Access to an undefined property Kenepa\Banner\Livewire\BannerManagerPage::$form.
|
phpstan:
src/Livewire/BannerManagerPage.php#L72
Access to an undefined property Kenepa\Banner\Livewire\BannerManagerPage::$form.
|
phpstan:
src/Livewire/BannerManagerPage.php#L120
Access to an undefined property Kenepa\Banner\Livewire\BannerManagerPage::$form.
|
phpstan:
src/Livewire/BannerManagerPage.php#L124
Cannot call method search() on array<Kenepa\Banner\ValueObjects\Banner>.
|
phpstan:
src/ValueObjects/Banner.php#L29
Unsafe usage of new static().
|
phpstan:
src/ValueObjects/Banner.php#L66
Unsafe usage of new static().
|
phpstan
Process completed with exit code 1.
|