Skip to content

Commit

Permalink
style(php-cs-fixer): fix coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions authored and github-actions[bot] committed Nov 22, 2024
1 parent f735154 commit 046594d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Internal/Client/ResponseToResultMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function mapUpdateWorkflowResponse(
\assert($updateRef !== null);
$updateRefDto = new UpdateRef(
new WorkflowExecution(
(string)$updateRef->getWorkflowExecution()?->getWorkflowId(),
(string) $updateRef->getWorkflowExecution()?->getWorkflowId(),
$updateRef->getWorkflowExecution()?->getRunId(),
),
$updateRef->getUpdateId(),
Expand Down
2 changes: 0 additions & 2 deletions src/Internal/Client/WorkflowStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
use Temporal\Exception\Client\WorkflowQueryException;
use Temporal\Exception\Client\WorkflowQueryRejectedException;
use Temporal\Exception\Client\WorkflowServiceException;
use Temporal\Exception\Client\WorkflowUpdateException;
use Temporal\Exception\Client\WorkflowUpdateRPCTimeoutOrCanceledException;
use Temporal\Exception\Failure\CanceledFailure;
use Temporal\Exception\Failure\FailureConverter;
Expand All @@ -67,7 +66,6 @@
use Temporal\Interceptor\WorkflowClient\StartUpdateOutput;
use Temporal\Interceptor\WorkflowClient\TerminateInput;
use Temporal\Interceptor\WorkflowClient\UpdateInput;
use Temporal\Interceptor\WorkflowClient\UpdateRef;
use Temporal\Interceptor\WorkflowClientCallsInterceptor;
use Temporal\Internal\Interceptor\HeaderCarrier;
use Temporal\Internal\Interceptor\Pipeline;
Expand Down

0 comments on commit 046594d

Please sign in to comment.