Skip to content

Commit 853ffc2

Browse files
committed
TASK: Correctly document createFromNodeSubtree
1 parent ca15377 commit 853ffc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Classes/Application/Command/NodeTemplateCommandController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Classes/Domain/TemplateConfiguration/EelEvaluationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)