Skip to content

Commit 227a79e

Browse files
Update src/Manager/WorkflowManagerFake.php
Co-authored-by: Kai Sassnowski <ksassnowski@users.noreply.github.com>
1 parent ebebe0b commit 227a79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manager/WorkflowManagerFake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function hasStarted(string $workflowClass, ?callable $callback = null): b
8282
}
8383

8484
/**
85-
* @param class-string<AbstractWorkflow>|\Closure $workflowClass
85+
* @param class-string<AbstractWorkflow>|\Closure(AbstractWorkflow, ?string): bool $workflowClass
8686
* @param null|callable(AbstractWorkflow, ?string): bool $callback
8787
*/
8888
public function assertStarted(\Closure|string $workflowClass, ?callable $callback = null): void

0 commit comments

Comments
 (0)