Use stable version of input-http #614
Annotations
7 errors
Static analysis.:
src/Command/BaseGenerateCommand.php#L123
src/Command/BaseGenerateCommand.php:123:13: RiskyTruthyFalsyComparison: Operand of type bool|mixed|null|string contains types mixed|string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Static analysis.:
src/Controller/DefaultController.php#L95
src/Controller/DefaultController.php:95:35: RiskyTruthyFalsyComparison: Operand of type false|string contains type string, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
Static analysis.:
src/Generator/ActiveRecord/default/model.php#L26
src/Generator/ActiveRecord/default/model.php:26:9: InvalidArrayOffset: Cannot access value on variable $property using offset value of 'isAllowNull', expecting int (see https://psalm.dev/115)
|
Static analysis.:
src/Generator/ActiveRecord/default/model.php#L27
src/Generator/ActiveRecord/default/model.php:27:9: InvalidArrayOffset: Cannot access value on variable $property using offset value of 'type', expecting int (see https://psalm.dev/115)
|
Static analysis.:
src/Generator/ActiveRecord/default/model.php#L28
src/Generator/ActiveRecord/default/model.php:28:9: InvalidArrayOffset: Cannot access value on variable $property using offset value of 'name', expecting int (see https://psalm.dev/115)
|
Static analysis.:
src/Request/GeneratorRequest.php#L15
src/Request/GeneratorRequest.php:15:7: UndefinedAttributeClass: Attribute class Yiisoft\Hydrator\Temp\RouteArgument does not exist (see https://psalm.dev/241)
|
Static analysis.
Process completed with exit code 2.
|
Loading