Skip to content

Use postgres container name for local testing #262

Use postgres container name for local testing

Use postgres container name for local testing #262

Triggered via pull request April 9, 2024 12:39
Status Failure
Total duration 9m 39s
Artifacts

ci.yml

on: pull_request
Continuous Integration  /  ...  /  Supported Versions Matrix
3s
Continuous Integration / Continuous Integration / Supported Versions Matrix
Continuous Integration  /  ...  /  Supported Checks Matrix
10s
Continuous Integration / Continuous Integration / Supported Checks Matrix
Continuous Integration  /  ...  /  Package Name
6s
Continuous Integration / Continuous Integration / Package Name
Continuous Integration  /  ...  /  Supported Versions Matrix
6s
Continuous Integration / Set Milestone / Supported Versions Matrix
Continuous Integration  /  ...  /  Check Markdown links
18s
Continuous Integration / Check Markdown links / Check Markdown links
Continuous Integration  /  ...  /  Comment composer.lock diff
11s
Continuous Integration / Composer Diff / Comment composer.lock diff
Continuous Integration  /  ...  /  Supported Threading Matrix
3s
Continuous Integration / Continuous Integration / Supported Threading Matrix
Continuous Integration  /  ...  /  Set Milestone
0s
Continuous Integration / Set Milestone / Set Milestone
Matrix: Continuous Integration / Continuous Integration / can-require
Matrix: Continuous Integration / Continuous Integration / qa
Matrix: Continuous Integration / Continuous Integration / tests-directly-on-os
Continuous Integration  /  ...  /  ✔️
0s
Continuous Integration / Continuous Integration / ✔️
Fit to window
Zoom out
Zoom in

Annotations

352 errors and 162 warnings
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Supported Versions Matrix
Unexpected input(s) 'working-directory', valid inputs are ['upcomingReleases', 'nightly', 'workingDirectory']
Continuous Integration / Composer Diff / Comment composer.lock diff
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (nts) with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/dns)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (nts) with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run cs on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (nts) with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/dns)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (nts) with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/dns)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run cs on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/dns)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (nts) with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/dns)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (nts) with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.3 (zts) with highest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.2 (nts) with locked dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.2 (nts) with highest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.2 (nts) with lowest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.3 (zts) with locked dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.3 (zts) with lowest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.3 (nts) with locked dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.2 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.2 (zts) with locked dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.3 (nts) with lowest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.3 (nts) with highest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.2 (zts) with lowest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run tests on PHP 8.2 (zts) with highest dependency preference (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (nts) with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/dns)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (nts) with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.2 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.2 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/dns)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/dns)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.2 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-require-checker on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.2 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.2 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.3 (nts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.3 (nts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run psalm on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.3 (zts) with highest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.3 (nts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.3 (zts) with locked dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Continuous Integration / Continuous Integration / Run unit-testing on PHP 8.3 (zts) with lowest dependency preference
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.