Skip to content

Update postgres Docker tag to v16.5 #268

Update postgres Docker tag to v16.5

Update postgres Docker tag to v16.5 #268

Triggered via pull request November 14, 2024 22:24
Status Failure
Total duration 15m 10s
Artifacts

ci.yml

on: pull_request
Continuous Integration  /  ...  /  Supported Versions Matrix
4s
Continuous Integration / Continuous Integration / Supported Versions Matrix
Continuous Integration  /  ...  /  Package Name
5s
Continuous Integration / Continuous Integration / Package Name
Continuous Integration  /  ...  /  Check Markdown links
22s
Continuous Integration / Check Markdown links / Check Markdown links
Continuous Integration  /  ...  /  Supported Threading Matrix
4s
Continuous Integration / Continuous Integration / Supported Threading Matrix
Continuous Integration  /  ...  /  Supported Checks Matrix
12s
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

352 errors and 16 warnings
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)
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)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with highest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.2 (zts) with locked dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.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.
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.
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.
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.3 (zts) with highest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with highest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with locked dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/Client.php#L18
Property WyriHaximus\React\SimpleORM\Client::$repositories with generic interface WyriHaximus\React\SimpleORM\RepositoryInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L24
Property WyriHaximus\React\SimpleORM\EntityInspector::$entities with generic interface WyriHaximus\React\SimpleORM\InspectedEntityInterface does not specify its types: T
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L41
Parameter #1 $objectOrClass of class ReflectionClass constructor expects class-string<T of object>|T of object, class-string<T> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L50
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::joins() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L54
Parameter #1 $class of method WyriHaximus\React\SimpleORM\EntityInspector::fields() expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, ReflectionClass<object> given.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L76
Call to function method_exists() with Roave\BetterReflection\BetterReflection and 'classReflector' will always evaluate to false.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L96
Call to an undefined method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes().
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L122
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$property.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L123
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$entity.
Continuous Integration / Continuous Integration / Run stan on PHP 8.3 (zts) with lowest dependency preference: src/EntityInspector.php#L124
Access to an undefined property WyriHaximus\React\SimpleORM\Attribute\JoinInterface::$type.
ArgumentTypeCoercion: ../../src/EntityInspector.php#L50
../../src/EntityInspector.php:50:57: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::joins expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../../src/EntityInspector.php#L54
../../src/EntityInspector.php:54:35: ArgumentTypeCoercion: Argument 1 of WyriHaximus\React\SimpleORM\EntityInspector::fields expects ReflectionClass<WyriHaximus\React\SimpleORM\EntityInterface>, but parent type ReflectionClass<T:fn-wyrihaximus\react\simpleorm\entityinspector::entity as object> provided (see https://psalm.dev/193)
UndefinedMethod: ../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
InvalidReturnType: ../../src/EntityInspector.php#L119
../../src/EntityInspector.php:119:17: InvalidReturnType: The declared return type 'iterable<string, WyriHaximus\React\SimpleORM\Entity\Join>' for WyriHaximus\React\SimpleORM\EntityInspector::join is incorrect, got 'Generator<int, WyriHaximus\React\SimpleORM\Entity\Join, mixed, void>' (see https://psalm.dev/011)
NoInterfaceProperties: ../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
NoInterfaceProperties: ../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
MoreSpecificReturnType: ../../src/Hydrator.php#L21
../../src/Hydrator.php:21:86: MoreSpecificReturnType: The declared return type 'WyriHaximus\React\SimpleORM\EntityInterface' for WyriHaximus\React\SimpleORM\Hydrator::hydrate is more specific than the inferred return type 'object' (see https://psalm.dev/070)
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-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 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