fix Form getValues() invalid type #365
Annotations
4 errors
|
PHPStan
Process completed with exit code 2.
|
|
PHPStan:
src/Type/Nette/FormContainerValuesDynamicReturnTypeExtension.php#L54
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
|
|
PHPStan:
src/Type/Nette/FormContainerValuesDynamicReturnTypeExtension.php#L43
Doing instanceof PHPStan\Type\BooleanType is error-prone and deprecated. Use Type::isBoolean() instead.
|
|
PHPStan:
src/Type/Nette/FormContainerValuesDynamicReturnTypeExtension.php#L31
Method PHPStan\Type\Nette\FormContainerValuesDynamicReturnTypeExtension::getTypeFromMethodCall() never returns null so it can be removed from the return type.
|
Loading