Skip to content

Refactor pseudo-types #313

Refactor pseudo-types

Refactor pseudo-types #313

Triggered via pull request December 1, 2025 06:11
Status Failure
Total duration 1m 48s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
4s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
23s
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

7 errors
Coding Standards / Coding Standards (8.0)
Process completed with exit code 1.
Coding Standards / Coding Standards (8.0): /github/workspace/src/PseudoTypes/ArrayShape.php#L24
Expected 1 space before implements keyword; 2 found
Static analysis / Static Code Analysis (8.0)
Process completed with exit code 2.
PropertyNotSetInConstructor: src/PseudoTypes/ListShape.php#L10
src/PseudoTypes/ListShape.php:10:13: PropertyNotSetInConstructor: Property phpDocumentor\Reflection\PseudoTypes\ListShape::$defaultValueType is not defined in constructor of phpDocumentor\Reflection\PseudoTypes\ListShape or in any methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/PseudoTypes/ListShape.php#L10
src/PseudoTypes/ListShape.php:10:13: PropertyNotSetInConstructor: Property phpDocumentor\Reflection\PseudoTypes\ListShape::$defaultKeyType is not defined in constructor of phpDocumentor\Reflection\PseudoTypes\ListShape or in any methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/PseudoTypes/ArrayShape.php#L24
src/PseudoTypes/ArrayShape.php:24:7: PropertyNotSetInConstructor: Property phpDocumentor\Reflection\PseudoTypes\ArrayShape::$defaultValueType is not defined in constructor of phpDocumentor\Reflection\PseudoTypes\ArrayShape or in any private or final methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/PseudoTypes/ArrayShape.php#L24
src/PseudoTypes/ArrayShape.php:24:7: PropertyNotSetInConstructor: Property phpDocumentor\Reflection\PseudoTypes\ArrayShape::$defaultKeyType is not defined in constructor of phpDocumentor\Reflection\PseudoTypes\ArrayShape or in any private or final methods called in the constructor (see https://psalm.dev/074)