File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Domain/TemplateConfiguration Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ class NodeTemplateCommandController extends CommandController
5151 * Dump the node tree structure into a NodeTemplate YAML structure.
5252 * References to Nodes and non-primitive property values are commented out in the YAML.
5353 *
54- * @param string $startingNodeId specified root node of the node tree
55- * @param string $workspaceName
54+ * @param string $startingNodeId specified root node of the node tree.
55+ * @param string $workspaceName custom workspace to dump from. Defaults to 'live'.
5656 * @return void
5757 */
5858 public function createFromNodeSubtreeCommand (string $ startingNodeId , string $ workspaceName = 'live ' ): void
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class EelEvaluationService
2828 /**
2929 * Evaluate an Eel expression.
3030 *
31- * @param $contextVariables array<string, mixed> additional context for eel expressions
31+ * @param array<string, mixed> $contextVariables additional context for eel expressions
3232 * @return mixed The result of the evaluated Eel expression
3333 * @throws ParserException|\Exception
3434 */
You can’t perform that action at this time.
0 commit comments