update changelog #169
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().
|