refactor: use scopes #137
Annotations
10 errors
Run phpstan:
app/Http/Controllers/FemaleNameController.php#L24
Call to an undefined method Illuminate\Database\Eloquent\Builder<App\Models\Name>::female().
|
Run phpstan:
app/Http/Controllers/FemaleNameController.php#L52
Call to an undefined method Illuminate\Database\Eloquent\Builder<App\Models\Name>::female().
|
Run phpstan:
app/Http/Controllers/MaleNameController.php#L24
Call to an undefined method Illuminate\Database\Eloquent\Builder<App\Models\Name>::male().
|
Run phpstan:
app/Http/Controllers/MaleNameController.php#L52
Call to an undefined method Illuminate\Database\Eloquent\Builder<App\Models\Name>::male().
|
Run phpstan:
app/Http/Controllers/MixteNameController.php#L24
Call to an undefined method Illuminate\Database\Eloquent\Builder<App\Models\Name>::unisex().
|
Run phpstan:
app/Http/Controllers/MixteNameController.php#L52
Call to an undefined method Illuminate\Database\Eloquent\Builder<App\Models\Name>::unisex().
|
Run phpstan:
app/Http/ViewModels/Home/HomeViewModel.php#L18
Cannot call method nonRares() on null.
|
Run phpstan:
app/Http/ViewModels/Home/HomeViewModel.php#L18
Method App\Models\Name::male() invoked with 0 parameters, 1 required.
|
Run phpstan:
app/Http/ViewModels/Home/HomeViewModel.php#L18
Result of method App\Models\Name::male() (void) is used.
|
Run phpstan:
app/Http/ViewModels/Home/HomeViewModel.php#L18
Static call to instance method App\Models\Name::male().
|
The logs for this run have expired and are no longer available.
Loading