diff --git a/Classes/Controller/BackendServiceController.php b/Classes/Controller/BackendServiceController.php index afc3205d06..825de3c014 100644 --- a/Classes/Controller/BackendServiceController.php +++ b/Classes/Controller/BackendServiceController.php @@ -199,7 +199,7 @@ public function publishAllAction(): void /** * Publish nodes * - * @param list $nodeContextPaths + * @psalm-param list $nodeContextPaths */ public function publishAction(array $nodeContextPaths, string $targetWorkspaceName): void { @@ -257,7 +257,7 @@ public function publishAction(array $nodeContextPaths, string $targetWorkspaceNa /** * Discard nodes * - * @param list $nodeContextPaths + * @psalm-param list $nodeContextPaths */ public function discardAction(array $nodeContextPaths): void { @@ -406,7 +406,7 @@ public function changeBaseWorkspaceAction(string $targetWorkspaceName, string $d /** * Persists the clipboard node on copy * - * @param list $nodes + * @psalm-param list $nodes * @return void * @throws \Neos\Flow\Property\Exception * @throws \Neos\Flow\Security\Exception @@ -438,7 +438,7 @@ public function clearClipboardAction() /** * Persists the clipboard node on cut * - * @param list $nodes + * @psalm-param list $nodes * @throws \Neos\Flow\Property\Exception * @throws \Neos\Flow\Security\Exception */ @@ -476,7 +476,7 @@ public function initializeGetAdditionalNodeMetadataAction(): void /** * Fetches all the node information that can be lazy-loaded - * @param list $nodes + * @psalm-param list $nodes */ public function getAdditionalNodeMetadataAction(array $nodes): void { @@ -559,7 +559,7 @@ public function getPolicyInformationAction(array $nodes): void /** * Build and execute a flow query chain * - * @param list}> $chain + * @psalm-param list}> $chain */ public function flowQueryAction(array $chain): string {