Merge pull request #373 from ahjdev/5.x #60
integrate.yaml
on: push
Unit test
/
Supported Versions Matrix
3s
Code Coverage
/
Code Coverage
30s
BC Check
12s
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/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#L24
Whitespace found at end of line
|
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/Implements_.php#L45
Expected 1 line before "return", found 0.
|
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/TemplateImplements.php#L22
Whitespace found at end of line
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/TemplateImplements.php#L23
Expected 0 spaces before opening brace; 1 found
|
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
|