Skip to content

Feature/Invariant system now throws user defined exceptions. #55

Feature/Invariant system now throws user defined exceptions.

Feature/Invariant system now throws user defined exceptions. #55

Triggered via pull request July 17, 2024 03:31
Status Failure
Total duration 31s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 2 warnings
test (8.3): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L23
PHPDoc tag @var has invalid value (array<string, <string, string>>): Unexpected token "<", expected type at offset 116
test (8.3): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L23
Property ComplexHeart\Domain\Model\TypedCollection::$_invariantsCache has no type specified.
test (8.3): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L32
Unsafe access to private property ComplexHeart\Domain\Model\TypedCollection<TKey of (int|string),TValue>::$_invariantsCache through static::.
test (8.3): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L46
Unsafe access to private property ComplexHeart\Domain\Model\TypedCollection<TKey of (int|string),TValue>::$_invariantsCache through static::.
test (8.3): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L49
Unsafe access to private property ComplexHeart\Domain\Model\TypedCollection<TKey of (int|string),TValue>::$_invariantsCache through static::.
test (8.3): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L102
Method ComplexHeart\Domain\Model\TypedCollection::computeInvariantViolations() should return array<string, Throwable> but returns array<object>.
test (8.3): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/ValueObjects/Value)#L23
PHPDoc tag @var has invalid value (array<string, <string, string>>): Unexpected token "<", expected type at offset 116
test (8.3): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/ValueObjects/Value)#L23
Property ComplexHeart\Domain\Model\ValueObjects\Value::$_invariantsCache has no type specified.
test (8.3): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/ValueObjects/Value)#L32
Unsafe access to private property ComplexHeart\Domain\Model\ValueObjects\Value::$_invariantsCache through static::.
test (8.2)
The job was canceled because "_8_3" failed.
test (8.2): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L23
PHPDoc tag @var has invalid value (array<string, <string, string>>): Unexpected token "<", expected type at offset 116
test (8.2): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L23
Property ComplexHeart\Domain\Model\TypedCollection::$_invariantsCache has no type specified.
test (8.2): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L32
Unsafe access to private property ComplexHeart\Domain\Model\TypedCollection<TKey of (int|string),TValue>::$_invariantsCache through static::.
test (8.2): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L46
Unsafe access to private property ComplexHeart\Domain\Model\TypedCollection<TKey of (int|string),TValue>::$_invariantsCache through static::.
test (8.2): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L49
Unsafe access to private property ComplexHeart\Domain\Model\TypedCollection<TKey of (int|string),TValue>::$_invariantsCache through static::.
test (8.2): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L102
Method ComplexHeart\Domain\Model\TypedCollection::computeInvariantViolations() should return array<string, Throwable> but returns array<object>.
test (8.2): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/ValueObjects/Value)#L23
PHPDoc tag @var has invalid value (array<string, <string, string>>): Unexpected token "<", expected type at offset 116
test (8.2): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/ValueObjects/Value)#L23
Property ComplexHeart\Domain\Model\ValueObjects\Value::$_invariantsCache has no type specified.
test (8.2): src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/ValueObjects/Value)#L32
Unsafe access to private property ComplexHeart\Domain\Model\ValueObjects\Value::$_invariantsCache through static::.
test (8.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (8.3)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/