Skip to content

Merge pull request #373 from ahjdev/5.x #60

Merge pull request #373 from ahjdev/5.x

Merge pull request #373 from ahjdev/5.x #60

Triggered via push August 14, 2024 19:28
Status Failure
Total duration 1m 25s
Artifacts

integrate.yaml

on: push
Unit test  /  Supported Versions Matrix
3s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
30s
Code Coverage / Code Coverage
BC Check
12s
BC Check
Matrix: Coding Standards / Coding Standards
Matrix: Dependency analysis / Dependency Analysis
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 warnings
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractExtendsFactory.php#L18
Property phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractExtendsFactory::$descriptionFactory is never read, only written.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractExtendsFactory.php#L19
Property phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractExtendsFactory::$typeResolver is never read, only written.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractImplementsFactory.php#L18
Property phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractImplementsFactory::$descriptionFactory is never read, only written.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/AbstractImplementsFactory.php#L19
Property phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractImplementsFactory::$typeResolver is never read, only written.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/ExtendsFactory.php#L38
Access to private property $typeResolver of parent class phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractExtendsFactory.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/ExtendsFactory.php#L39
Access to private property $descriptionFactory of parent class phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractExtendsFactory.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/ImplementsFactory.php#L38
Access to private property $typeResolver of parent class phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractImplementsFactory.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/ImplementsFactory.php#L39
Access to private property $descriptionFactory of parent class phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractImplementsFactory.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/TemplateExtendsFactory.php#L38
Access to private property $typeResolver of parent class phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractExtendsFactory.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Factory/TemplateExtendsFactory.php#L39
Access to private property $descriptionFactory of parent class phpDocumentor\Reflection\DocBlock\Tags\Factory\AbstractExtendsFactory.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Implements_.php#L18
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\DocBlock\Description.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Implements_.php#L19
Use phpDocumentor\Reflection\DocBlock\Tags\TagWithType is from the same namespace – that is prohibited.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Implements_.php#L25
Expected 0 spaces before opening brace; 1 found
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Implements_.php#L37
Method \phpDocumentor\Reflection\DocBlock\Tags\Implements_::create() does not have return type hint nor @return annotation for its return value.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/TemplateImplements.php#L17
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\DocBlock\Description.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Template.php#L18
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\DocBlock\Description.
BC Check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Template.php#L35
Line exceeds 120 characters; contains 131 characters