✨ method parameter default value rendering #68
Annotations
5 errors
Run phpstan/phpstan:
src/DocBlock/Tags/Factory/MethodParameterFactory.php#L25
Method phpDocumentor\Reflection\DocBlock\Tags\Factory\MethodParameterFactory::format() has parameter $defaultValue with no type specified.
|
Run phpstan/phpstan:
src/DocBlock/Tags/Factory/MethodParameterFactory.php#L38
Method phpDocumentor\Reflection\DocBlock\Tags\Factory\MethodParameterFactory::formatNull() has parameter $defaultValue with no type specified.
|
Run phpstan/phpstan:
src/DocBlock/Tags/Factory/MethodParameterFactory.php#L58
Method phpDocumentor\Reflection\DocBlock\Tags\Factory\MethodParameterFactory::formatArray() has parameter $defaultValue with no value type specified in iterable type array.
|
Run phpstan/phpstan:
src/DocBlock/Tags/MethodParameter.php#L32
Method phpDocumentor\Reflection\DocBlock\Tags\MethodParameter::__construct() has parameter $defaultValue with no type specified.
|
Run phpstan/phpstan
Process completed with exit code 1.
|
Loading