feat(#2212): support type info component #1617
Annotations
7 errors
Run PHPStan:
tests/TypeDescriber/BoolDescriberTest.php#L42
Parameter #1 $type of method Nelmio\ApiDocBundle\TypeDescriber\BoolDescriber::supports() expects Symfony\Component\TypeInfo\Type\BuiltinType, Symfony\Component\TypeInfo\Type given.
|
Run PHPStan:
tests/TypeDescriber/BoolDescriberTest.php#L44
Parameter #1 $type of method Nelmio\ApiDocBundle\TypeDescriber\BoolDescriber::describe() expects Symfony\Component\TypeInfo\Type\BuiltinType, Symfony\Component\TypeInfo\Type given.
|
Run PHPStan:
tests/TypeDescriber/BoolDescriberTest.php#L67
Method class@anonymous/tests/TypeDescriber/BoolDescriberTest.php:66::method() should return bool but return statement is missing.
|
Run PHPStan:
tests/TypeDescriber/FloatDescriberTest.php#L42
Parameter #1 $type of method Nelmio\ApiDocBundle\TypeDescriber\FloatDescriber::supports() expects Symfony\Component\TypeInfo\Type\BuiltinType, Symfony\Component\TypeInfo\Type given.
|
Run PHPStan:
tests/TypeDescriber/FloatDescriberTest.php#L44
Parameter #1 $type of method Nelmio\ApiDocBundle\TypeDescriber\FloatDescriber::describe() expects Symfony\Component\TypeInfo\Type\BuiltinType, Symfony\Component\TypeInfo\Type given.
|
Run PHPStan:
tests/TypeDescriber/FloatDescriberTest.php#L68
Method class@anonymous/tests/TypeDescriber/FloatDescriberTest.php:67::method() should return float but return statement is missing.
|
Run PHPStan
Process completed with exit code 1.
|
Loading