Skip to content

update changelog

update changelog #168

Triggered via push August 19, 2024 17:36
Status Failure
Total duration 37s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Attributes/BindModel.php#L27
Method OpenSoutheners\LaravelDto\Attributes\BindModel::getBindingAttribute() has no return type specified.
PHPStan: src/Attributes/BindModel.php#L44
Cannot call method bindingFieldFor() on Illuminate\Routing\Route|null.
PHPStan: src/Attributes/BindModel.php#L48
Cannot call method setParameter() on Illuminate\Routing\Route|null.
PHPStan: src/Attributes/BindModel.php#L56
Method OpenSoutheners\LaravelDto\Attributes\BindModel::resolveBinding() has no return type specified.
PHPStan: src/Attributes/BindModel.php#L60
Call to an undefined method object::resolveRouteBindingQuery().
PHPStan: src/Attributes/BindModel.php#L106
Call to an undefined method object::getMorphClass().
PHPStan: src/Commands/DtoMakeCommand.php#L46
Method OpenSoutheners\LaravelDto\Commands\DtoMakeCommand::handle() should return bool|null but returns mixed.
PHPStan: src/Commands/DtoMakeCommand.php#L103
Parameter #2 $requestClass of method OpenSoutheners\LaravelDto\Commands\DtoMakeCommand::replaceProperties() expects string|null, array|bool|string|null given.
PHPStan: src/Commands/DtoMakeCommand.php#L104
Parameter #2 $requestClass of method OpenSoutheners\LaravelDto\Commands\DtoMakeCommand::replaceRequestClass() expects string|null, array|bool|string|null given.
PHPStan: src/Commands/DtoMakeCommand.php#L144
Call to an undefined method object::rules().