Skip to content

Files did not get any context when processed #605

Files did not get any context when processed

Files did not get any context when processed #605

Triggered via pull request January 23, 2026 15:49
Status Failure
Total duration 4m 36s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
6s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
42s
Code Coverage / Code Coverage
Coding Standards
20s
Coding Standards
Matrix: Dependency analysis / Dependency Analysis
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Integration test  /  Supported Versions Matrix
7s
Integration test / Supported Versions Matrix
Matrix: Integration test / Tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Coding Standards
Process completed with exit code 1.
Coding Standards: src/phpDocumentor/Reflection/Types/BaseToContext.php#L40
Method \phpDocumentor\Reflection\Types\BaseToContext::filterUsage() does not have @param annotation for its traversable parameter $node.
Coding Standards: src/phpDocumentor/Reflection/Types/BaseToContext.php#L20
Method \phpDocumentor\Reflection\Types\BaseToContext::flattenUsage() does not have @return annotation for its traversable return value.
Coding Standards: src/phpDocumentor/Reflection/Types/BaseToContext.php#L20
Method \phpDocumentor\Reflection\Types\BaseToContext::flattenUsage() does not have @param annotation for its traversable parameter $usages.
Static analysis / Static Code Analysis (8.2)
Process completed with exit code 1.
Static analysis / Static Code Analysis (8.2): src/phpDocumentor/Reflection/Types/BaseToContext.php#L40
Method phpDocumentor\Reflection\Types\BaseToContext::filterUsage() has parameter $node with no value type specified in iterable type array.
Static analysis / Static Code Analysis (8.2): src/phpDocumentor/Reflection/Types/BaseToContext.php#L20
Method phpDocumentor\Reflection\Types\BaseToContext::flattenUsage() return type has no value type specified in iterable type array.
Static analysis / Static Code Analysis (8.2): src/phpDocumentor/Reflection/Types/BaseToContext.php#L20
Method phpDocumentor\Reflection\Types\BaseToContext::flattenUsage() has parameter $usages with no value type specified in iterable type array.