Skip to content

Commit

Permalink
TASK: Flow doesnt know about typed array type
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Oct 20, 2023
1 parent b271053 commit fc80f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Controller/BackendServiceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected function initializeController(ActionRequest $request, ActionResponse $

/**
* Apply a set of changes to the system
* @param array<int,array<string,mixed>> $changes
* @psalm-param list<array<string,mixed>> $changes
*/
public function changeAction(array $changes): void
{
Expand Down Expand Up @@ -525,7 +525,7 @@ public function initializeGetPolicyInformationAction(): void
}

/**
* @param array<NodeAddress> $nodes
* @psalm-param list<NodeAddress> $nodes
*/
public function getPolicyInformationAction(array $nodes): void
{
Expand Down

0 comments on commit fc80f49

Please sign in to comment.