Skip to content

Add new types

Add new types #124

Re-run triggered July 22, 2024 07:53
Status Failure
Total duration 1m 19s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
2s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
12s
Code Coverage / Code Coverage
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 3 warnings
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/Conditional.php#L45
Access to private property $negated of parent class phpDocumentor\Reflection\PseudoTypes\AbstractConditional.
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/Conditional.php#L46
Access to private property $target of parent class phpDocumentor\Reflection\PseudoTypes\AbstractConditional.
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/Conditional.php#L47
Access to private property $if of parent class phpDocumentor\Reflection\PseudoTypes\AbstractConditional.
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/Conditional.php#L48
Access to private property $else of parent class phpDocumentor\Reflection\PseudoTypes\AbstractConditional.
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/ConditionalParameter.php#L45
Access to private property $negated of parent class phpDocumentor\Reflection\PseudoTypes\AbstractConditional.
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/ConditionalParameter.php#L46
Access to private property $target of parent class phpDocumentor\Reflection\PseudoTypes\AbstractConditional.
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/ConditionalParameter.php#L47
Access to private property $if of parent class phpDocumentor\Reflection\PseudoTypes\AbstractConditional.
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/ConditionalParameter.php#L48
Access to private property $else of parent class phpDocumentor\Reflection\PseudoTypes\AbstractConditional.
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/PrivatePropertiesOf.php#L34
Access to private property $fqsen of parent class phpDocumentor\Reflection\PseudoTypes\PropertiesOf.
Static analysis / Static Code Analysis (8.0): src/PseudoTypes/ProtectedPropertiesOf.php#L34
Access to private property $fqsen of parent class phpDocumentor\Reflection\PseudoTypes\PropertiesOf.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/OpenResource.php#L17
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoType.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/KeyOf.php#L18
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoType.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/ValueOf.php#L18
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoType.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/AggregatedPseudoType.php#L16
Expected 1 line between different types of use statement, found 0.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/AggregatedPseudoType.php#L17
Use statements should be sorted alphabetically. The first wrong one is IteratorAggregate.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/AggregatedPseudoType.php#L17
Expected 1 line between different types of use statement, found 0.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/AggregatedPseudoType.php#L20
Expected 1 line between different types of use statement, found 0.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/IntMaskOf.php#L18
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoTypes\AggregatedPseudoType.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/IntMaskOf.php#L18
Use phpDocumentor\Reflection\PseudoTypes\AggregatedPseudoType is from the same namespace – that is prohibited.
Coding Standards / Coding Standards (8.0): github/workspace/src/PseudoTypes/IntMaskOf.php#L23
Method \phpDocumentor\Reflection\PseudoTypes\IntMaskOf::__construct() does not have @param annotation for its traversable parameter $types.