We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1261d4 commit 1c00687Copy full SHA for 1c00687
src/Internal/Workflow/ScopeContext.php
@@ -33,7 +33,7 @@ class ScopeContext extends WorkflowContext implements ScopedContextInterface
33
/**
34
* Creates scope specific context.
35
*
36
- * @var \Closure(RequestInterface, PromiseInterface, bool $cancellable): void $onRequest
+ * @param \Closure(RequestInterface, PromiseInterface, bool $cancellable): void $onRequest
37
*/
38
public static function fromWorkflowContext(
39
WorkflowContext $context,
0 commit comments