Update postgres Docker tag to v16.6 #266
Annotations
10 errors and 1 warning
../../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)
|
../../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)
|
../../src/EntityInspector.php#L96
../../src/EntityInspector.php:96:56: UndefinedMethod: Method Roave\BetterReflection\Reflection\ReflectionProperty::getDocBlockTypes does not exist (see https://psalm.dev/022)
|
../../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)
|
../../src/EntityInspector.php#L122
../../src/EntityInspector.php:122:15: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
|
../../src/EntityInspector.php#L123
../../src/EntityInspector.php:123:44: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
|
../../src/EntityInspector.php#L124
../../src/EntityInspector.php:124:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
|
../../src/EntityInspector.php#L126
../../src/EntityInspector.php:126:13: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
|
../../src/EntityInspector.php#L127
../../src/EntityInspector.php:127:16: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
|
../../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)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job succeeded
Loading