diff --git a/Classes/Controller/BackendServiceController.php b/Classes/Controller/BackendServiceController.php index 825de3c014..af8e6a8b3a 100644 --- a/Classes/Controller/BackendServiceController.php +++ b/Classes/Controller/BackendServiceController.php @@ -150,7 +150,7 @@ protected function initializeController(ActionRequest $request, ActionResponse $ /** * Apply a set of changes to the system - * @param array> $changes + * @psalm-param list> $changes */ public function changeAction(array $changes): void { @@ -525,7 +525,7 @@ public function initializeGetPolicyInformationAction(): void } /** - * @param array $nodes + * @psalm-param list $nodes */ public function getPolicyInformationAction(array $nodes): void {