Add new tags #59
integrate.yaml
on: pull_request
Unit test
/
Supported Versions Matrix
3s
Code Coverage
/
Code Coverage
13s
BC Check
5s
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
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/DocBlockFactory.php#L17
Use statements should be sorted alphabetically. The first wrong one is InvalidArgumentException.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/StandardTagFactory.php#L17
Use statements should be sorted alphabetically. The first wrong one is count.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/StandardTagFactory.php#L20
Expected 1 line between different types of use statement, found 0.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/StandardTagFactory.php#L21
Expected 1 line between different types of use statement, found 0.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/StandardTagFactory.php#L24
Expected 1 line between different types of use statement, found 0.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/StandardTagFactory.php#L26
Expected 1 line between different types of use statement, found 0.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/StandardTagFactory.php#L28
Expected 1 line between different types of use statement, found 0.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/StandardTagFactory.php#L30
Expected 1 line between different types of use statement, found 0.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/StandardTagFactory.php#L32
Expected 1 line between different types of use statement, found 0.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/StandardTagFactory.php#L45
Expected 0 lines between same types of use statement, found 1.
|
BC Check
The following actions uses Node.js version which is deprecated 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
|