Skip to content

Update postgres Docker tag to v16.8 #275

Update postgres Docker tag to v16.8

Update postgres Docker tag to v16.8 #275

Triggered via pull request February 22, 2025 01:08
Status Failure
Total duration 17m 21s
Artifacts

ci.yml

on: pull_request
Continuous Integration  /  ...  /  Supported Versions Matrix
5s
Continuous Integration / Continuous Integration / Supported Versions Matrix
Continuous Integration  /  ...  /  Package Name
3s
Continuous Integration / Continuous Integration / Package Name
Continuous Integration  /  ...  /  Check Markdown links
21s
Continuous Integration / Check Markdown links / Check Markdown links
Continuous Integration  /  ...  /  Supported Threading Matrix
2s
Continuous Integration / Continuous Integration / Supported Threading Matrix
Continuous Integration  /  ...  /  Supported Checks Matrix
10s
Continuous Integration / Continuous Integration / Supported Checks Matrix
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

496 errors and 38 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.
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 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.
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)
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.
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.
MissingClassConstType: ../../src/Attribute/JoinInterface.php#L16
../../src/Attribute/JoinInterface.php:16:18: MissingClassConstType: Class constant "WyriHaximus\React\SimpleORM\Attribute\JoinInterface::IS_LAZY" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: ../../src/Attribute/JoinInterface.php#L17
../../src/Attribute/JoinInterface.php:17:18: MissingClassConstType: Class constant "WyriHaximus\React\SimpleORM\Attribute\JoinInterface::IS_NOT_LAZY" should have a declared type. (see https://psalm.dev/359)
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)
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.
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.
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)
MissingClassConstType: ../../src/Attribute/JoinInterface.php#L16
../../src/Attribute/JoinInterface.php:16:18: MissingClassConstType: Class constant "WyriHaximus\React\SimpleORM\Attribute\JoinInterface::IS_LAZY" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: ../../src/Attribute/JoinInterface.php#L17
../../src/Attribute/JoinInterface.php:17:18: MissingClassConstType: Class constant "WyriHaximus\React\SimpleORM\Attribute\JoinInterface::IS_NOT_LAZY" should have a declared type. (see https://psalm.dev/359)
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)
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 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.
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)
MissingClassConstType: ../../src/Attribute/JoinInterface.php#L16
../../src/Attribute/JoinInterface.php:16:18: MissingClassConstType: Class constant "WyriHaximus\React\SimpleORM\Attribute\JoinInterface::IS_LAZY" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: ../../src/Attribute/JoinInterface.php#L17
../../src/Attribute/JoinInterface.php:17:18: MissingClassConstType: Class constant "WyriHaximus\React\SimpleORM\Attribute\JoinInterface::IS_NOT_LAZY" should have a declared type. (see https://psalm.dev/359)
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)
Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (nts) with locked dependency preference
<error>Child process error</error> (exit code 255): Deprecated: _PHPStan_5473b6701\React\Promise\Timer\timeout(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 136 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\sleep(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 217 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\resolve(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 272 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\reject(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 314 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 85 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 113 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::addArgument(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 382 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 401 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 58 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 58 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 211 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 2
Continuous Integration / Continuous Integration / Run stan on PHP 8.4 (nts) with lowest dependency preference
<error>Child process error</error> (exit code 255): Deprecated: _PHPStan_5473b6701\React\Promise\Timer\timeout(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 136 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\sleep(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 217 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\resolve(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 272 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\reject(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 314 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 85 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 113 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::addArgument(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 382 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 401 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 58 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 58 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 211 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 2
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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (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.4 (zts) with highest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
MissingClassConstType: ../../src/Attribute/JoinInterface.php#L16
../../src/Attribute/JoinInterface.php:16:18: MissingClassConstType: Class constant "WyriHaximus\React\SimpleORM\Attribute\JoinInterface::IS_LAZY" should have a declared type. (see https://psalm.dev/359)
MissingClassConstType: ../../src/Attribute/JoinInterface.php#L17
../../src/Attribute/JoinInterface.php:17:18: MissingClassConstType: Class constant "WyriHaximus\React\SimpleORM\Attribute\JoinInterface::IS_NOT_LAZY" should have a declared type. (see https://psalm.dev/359)
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)
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.4 (zts) with locked dependency preference
<error>Child process error</error> (exit code 255): Deprecated: _PHPStan_5473b6701\React\Promise\Timer\timeout(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 136 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\sleep(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 217 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\resolve(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 272 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\reject(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 314 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 85 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 113 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::addArgument(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 382 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 401 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 58 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 58 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 211 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 2
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.4 (zts) with lowest dependency preference
<error>Child process error</error> (exit code 255): Deprecated: _PHPStan_5473b6701\React\Promise\Timer\timeout(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 136 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\sleep(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 217 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\resolve(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 272 Deprecated: _PHPStan_5473b6701\React\Promise\Timer\reject(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/react/promise-timer/src/functions.php on line 314 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 85 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 113 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::addArgument(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 382 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Command/Command.php on line 401 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 58 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 58 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 211 Deprecated: _PHPStan_5473b6701\Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead in phar:///__w/reactphp-simple-orm/reactphp-simple-orm/vendor/phpstan/phpstan/phpstan.phar/vendor/symfony/console/Style/SymfonyStyle.php on line 2
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 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 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 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 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-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-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 composer-install on PHP 8.3 (zts) with highest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
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-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 psalm on PHP 8.3 (zts) with highest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.3 (zts) with locked dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.3 (zts) with locked dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.3 (zts) with locked dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run psalm on PHP 8.3 (zts) with locked dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run backward-compatibility-check on PHP 8.3 (zts) with lowest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run syntax-php on PHP 8.3 (zts) with lowest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run psalm on PHP 8.3 (zts) with lowest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.3 (zts) with lowest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (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.4 (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-unused on PHP 8.4 (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.4 (nts) with locked dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (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.4 (zts) with highest dependency preference: composer.json#L1
"NamedFilter(userProvided: true, string: react/event-loop)" exclusion is a zombie
Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.4 (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.4 (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.4 (zts) with highest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run psalm on PHP 8.4 (zts) with highest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run cs-fix on PHP 8.4 (zts) with highest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
Continuous Integration / Continuous Integration / Run composer-install on PHP 8.4 (zts) with lowest dependency preference
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists