Fix rendering a description when it contains escaped chars and no tags #26
Annotations
10 errors and 1 warning
Show PHPCS results in PR:
github/workspace/src/DocBlock.php#L23
Property \phpDocumentor\Reflection\DocBlock::$summary does not have native type hint for its value but it should be possible to add it based on @var annotation "string".
|
Show PHPCS results in PR:
github/workspace/src/DocBlock.php#L26
Property \phpDocumentor\Reflection\DocBlock::$description does not have native type hint for its value but it should be possible to add it based on @var annotation "DocBlock\Description".
|
Show PHPCS results in PR:
github/workspace/src/DocBlock.php#L29
Property \phpDocumentor\Reflection\DocBlock::$tags does not have native type hint for its value but it should be possible to add it based on @var annotation "Tag[]".
|
Show PHPCS results in PR:
github/workspace/src/DocBlock.php#L32
Property \phpDocumentor\Reflection\DocBlock::$context does not have native type hint for its value but it should be possible to add it based on @var annotation "Types\Context|null".
|
Show PHPCS results in PR:
github/workspace/src/DocBlock.php#L35
Property \phpDocumentor\Reflection\DocBlock::$location does not have native type hint for its value but it should be possible to add it based on @var annotation "Location|null".
|
Show PHPCS results in PR:
github/workspace/src/DocBlock.php#L38
Property \phpDocumentor\Reflection\DocBlock::$isTemplateStart does not have native type hint for its value but it should be possible to add it based on @var annotation "bool".
|
Show PHPCS results in PR:
github/workspace/src/DocBlock.php#L41
Property \phpDocumentor\Reflection\DocBlock::$isTemplateEnd does not have native type hint for its value but it should be possible to add it based on @var annotation "bool".
|
Show PHPCS results in PR:
github/workspace/src/DocBlock/Tags/Property.php#L40
Property \phpDocumentor\Reflection\DocBlock\Tags\Property::$variableName does not have native type hint for its value but it should be possible to add it based on @var annotation "string|null".
|
Show PHPCS results in PR:
github/workspace/src/DocBlock/Tags/Deprecated.php#L29
Property \phpDocumentor\Reflection\DocBlock\Tags\Deprecated::$name does not have native type hint for its value but it should be possible to add it based on @var annotation "string".
|
Show PHPCS results in PR:
github/workspace/src/DocBlock/Tags/Deprecated.php#L48
Property \phpDocumentor\Reflection\DocBlock\Tags\Deprecated::$version does not have native type hint for its value but it should be possible to add it based on @var annotation "string|null".
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading