Feature/Invariant system now throws user defined exceptions. #55
Annotations
10 errors and 2 warnings
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
|
src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L23
Property ComplexHeart\Domain\Model\TypedCollection::$_invariantsCache has no type specified.
|
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::.
|
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::.
|
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::.
|
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>.
|
src/Traits/HasInvariants.php (in context of class ComplexHeart/Domain/Model/TypedCollection)#L120
Invalid type object to throw.
|
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
|
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.
|
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::.
|
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/
|
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/
|
The logs for this run have expired and are no longer available.
Loading