Skip to content

Add new tags

Add new tags #57

Re-run triggered July 23, 2024 20:01
Status Failure
Total duration 1m 3s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
6s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
17s
Code Coverage / Code Coverage
BC Check
6s
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

11 errors and 1 warning
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Implements_.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/Implements_.php#L18
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#L36
Method \phpDocumentor\Reflection\DocBlock\Tags\Implements_::create() does not have void return type hint.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Implements_.php#L38
Function trigger_error() should not be referenced via a fallback global name, but via a use statement.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Implements_.php#L41
Constant E_USER_DEPRECATED should not be referenced via a fallback global name, but via a use statement.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlock/Tags/Factory/ImplementsFactory.php#L8
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\TypeResolver.
Coding Standards / Coding Standards (8.0): github/workspace/src/DocBlockFactory.php#L31
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\DocBlock\Tags\Factory\ImplementsFactory.
Coding Standards / Coding Standards (8.0)
Process completed with exit code 1.
Static analysis / Static Code Analysis (8.0): src/DocBlock/Tags/Implements_.php#L38
Method phpDocumentor\Reflection\DocBlock\Tags\Implements_::create() should return phpDocumentor\Reflection\DocBlock\Tag|null but return statement is missing.
Static analysis / Static Code Analysis (8.0)
Process completed with exit code 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/