Skip to content

Commit

Permalink
[rector] Rector fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 24, 2023
1 parent 9f0191b commit 4ad74dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloud/DTO/ReferencedWorkflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Kiboko\Component\Satellite\Cloud\DTO;

final class ReferencedWorkflow implements WorkflowInterface
final readonly class ReferencedWorkflow implements WorkflowInterface
{
public function __construct(
private WorkflowId $id,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function __construct(

public function __invoke(Cloud\Command\Workflow\DeclareWorkflowCommand $command): Cloud\Event\Workflow\WorkflowDeclared
{
$result = null;
try {
/** @var Api\Model\WorkflowDeclareWorkflowCommandJsonldRead $result */
$result = $this->client->declareWorkflowWorkflowCollection(
Expand Down

0 comments on commit 4ad74dc

Please sign in to comment.