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 96f5fa8 commit dda3f6fCopy full SHA for dda3f6f
Command/WorkflowDumpCommand.php
@@ -36,7 +36,8 @@ class WorkflowDumpCommand extends Command
36
protected static $defaultName = 'workflow:dump';
37
protected static $defaultDescription = 'Dump a workflow';
38
/**
39
- * string is the service id
+ * string is the service id.
40
+ *
41
* @var array<string, Definition>
42
*/
43
private $workflows = [];
0 commit comments