Skip to content

Add WorkflowClientInterface::newWorkflowProxy() and `WorkflowClient… #1906

Add WorkflowClientInterface::newWorkflowProxy() and `WorkflowClient…

Add WorkflowClientInterface::newWorkflowProxy() and `WorkflowClient… #1906

Triggered via push April 12, 2024 13:23
Status Success
Total duration 38s
Artifacts

code-style.yml

on: push
Matrix: psalm
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
UnimplementedInterfaceMethod: src/Client/WorkflowClient.php#L50
src/Client/WorkflowClient.php:50:7: UnimplementedInterfaceMethod: Method newworkflowproxy is not defined on class Temporal\Client\WorkflowClient (see https://psalm.dev/044)
InvalidDocblock: src/Client/WorkflowClientInterface.php#L77
src/Client/WorkflowClientInterface.php:77:5: InvalidDocblock: Unrecognized template '$poxy' in docblock for Temporal\Client\WorkflowClientInterface::newWorkflowStub (see https://psalm.dev/008)
InvalidDocblock: src/Client/WorkflowClientInterface.php#L139
src/Client/WorkflowClientInterface.php:139:5: InvalidDocblock: Unrecognized template '$poxy' in docblock for Temporal\Client\WorkflowClientInterface::newRunningWorkflowStub (see https://psalm.dev/008)
UndefinedMethod: src/Internal/Mapper/WorkflowExecutionInfoMapper.php#L67
src/Internal/Mapper/WorkflowExecutionInfoMapper.php:67:42: UndefinedMethod: Method Temporal\Api\Common\V1\WorkerVersionStamp::getBundleId does not exist (see https://psalm.dev/022)
UnusedBaselineEntry: src/Client/WorkflowClient.php#L1
src/Client/WorkflowClient.php:0:0: UnusedBaselineEntry: Baseline for issue "InvalidReturnStatement" has 2 extra entries. (see https://psalm.dev/316)
UnusedBaselineEntry: src/Client/WorkflowClient.php#L1
src/Client/WorkflowClient.php:0:0: UnusedBaselineEntry: Baseline for issue "InvalidReturnType" has 2 extra entries. (see https://psalm.dev/316)
Psalm Validation (PHP 8.3, OS ubuntu-latest)
Process completed with exit code 2.
Psalm Validation (PHP 8.3, OS ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Psalm Validation (PHP 8.3, OS ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/