Skip to content

Commit 1c00687

Browse files
committed
fix: correct parameter annotation in ScopeContext documentation
1 parent d1261d4 commit 1c00687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Internal/Workflow/ScopeContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ScopeContext extends WorkflowContext implements ScopedContextInterface
3333
/**
3434
* Creates scope specific context.
3535
*
36-
* @var \Closure(RequestInterface, PromiseInterface, bool $cancellable): void $onRequest
36+
* @param \Closure(RequestInterface, PromiseInterface, bool $cancellable): void $onRequest
3737
*/
3838
public static function fromWorkflowContext(
3939
WorkflowContext $context,

0 commit comments

Comments
 (0)