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 Feb 6, 2025
1 parent e8cb363 commit 2f1dab3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Internal/Workflow/ScopeContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@

use React\Promise\Deferred;
use React\Promise\PromiseInterface;
use Temporal\Common\SearchAttributes\SearchAttributeKey;
use Temporal\Common\SearchAttributes\SearchAttributeUpdate;
use Temporal\Exception\Failure\CanceledFailure;
use Temporal\Internal\Transport\CompletableResult;
use Temporal\Internal\Transport\Request\UpsertMemo;
use Temporal\Internal\Transport\Request\UpsertTypedSearchAttributes;
use Temporal\Internal\Workflow\Process\Scope;
use Temporal\Promise;
use Temporal\Worker\Transport\Command\RequestInterface;
use Temporal\Workflow\CancellationScopeInterface;
use Temporal\Workflow\ScopedContextInterface;
use Temporal\Internal\Transport\Request\UpsertSearchAttributes;
use Temporal\Workflow\UpdateContext;

class ScopeContext extends WorkflowContext implements ScopedContextInterface
Expand Down

0 comments on commit 2f1dab3

Please sign in to comment.