обработка именованных аргументов #4
Annotations
10 errors and 1 warning
src/ClientGenerator/AbstractClass.php#L11
src/ClientGenerator/AbstractClass.php:11:12: MissingPropertyType: Property Tochka\JsonRpcClient\ClientGenerator\AbstractClass::$aliasName does not have a declared type (see https://psalm.dev/045)
|
src/ClientGenerator/AbstractClass.php#L12
src/ClientGenerator/AbstractClass.php:12:12: MissingPropertyType: Property Tochka\JsonRpcClient\ClientGenerator\AbstractClass::$className does not have a declared type - consider string (see https://psalm.dev/045)
|
src/ClientGenerator/AbstractClass.php#L13
src/ClientGenerator/AbstractClass.php:13:12: MissingPropertyType: Property Tochka\JsonRpcClient\ClientGenerator\AbstractClass::$classNamespace does not have a declared type - consider string (see https://psalm.dev/045)
|
src/ClientGenerator/AbstractClass.php#L14
src/ClientGenerator/AbstractClass.php:14:12: MissingPropertyType: Property Tochka\JsonRpcClient\ClientGenerator\AbstractClass::$extendedStubs does not have a declared type - consider false|mixed (see https://psalm.dev/045)
|
src/ClientGenerator/AbstractClass.php#L15
src/ClientGenerator/AbstractClass.php:15:15: MissingPropertyType: Property Tochka\JsonRpcClient\ClientGenerator\AbstractClass::$uses does not have a declared type - consider array<string, array{aliasName?: mixed, className: string}>|mixed (see https://psalm.dev/045)
|
src/ClientGenerator/AbstractClass.php#L24
src/ClientGenerator/AbstractClass.php:24:30: PossiblyNullPropertyAssignmentValue: $this->parentClass with non-nullable declared type 'Tochka\JsonRpcClient\ClientGenerator\AbstractClass' cannot be assigned nullable type 'Tochka\JsonRpcClient\ClientGenerator\AbstractClass|null' (see https://psalm.dev/148)
|
src/ClientGenerator/AbstractClass.php#L24
src/ClientGenerator/AbstractClass.php:24:30: PropertyTypeCoercion: $this->parentClass expects 'Tochka\JsonRpcClient\ClientGenerator\ClientClass', parent type 'Tochka\JsonRpcClient\ClientGenerator\AbstractClass|null' provided (see https://psalm.dev/198)
|
src/ClientGenerator/AbstractClass.php#L24
src/ClientGenerator/AbstractClass.php:24:30: PropertyTypeCoercion: $this->parentClass expects 'Tochka\JsonRpcClient\ClientGenerator\EnumClass', parent type 'Tochka\JsonRpcClient\ClientGenerator\AbstractClass|null' provided (see https://psalm.dev/198)
|
src/ClientGenerator/AbstractClass.php#L24
src/ClientGenerator/AbstractClass.php:24:30: PropertyTypeCoercion: $this->parentClass expects 'Tochka\JsonRpcClient\ClientGenerator\ServiceClass', parent type 'Tochka\JsonRpcClient\ClientGenerator\AbstractClass|null' provided (see https://psalm.dev/198)
|
src/ClientGenerator/AbstractClass.php#L24
src/ClientGenerator/AbstractClass.php:24:30: PropertyTypeCoercion: $this->parentClass expects 'Tochka\JsonRpcClient\ClientGenerator\SubClass', parent type 'Tochka\JsonRpcClient\ClientGenerator\AbstractClass|null' provided (see https://psalm.dev/198)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading