Skip to content

Commit f9e769a

Browse files
committed
Fixed phpstan issue
1 parent f802c6c commit f9e769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Parts/PartsTableActionHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function idStringToArray(string $ids): array
6565
/**
6666
* @param Part[] $selected_parts
6767
* @return RedirectResponse|null Returns a redirect response if the user should be redirected to another page, otherwise null
68-
* @phpstan-param-out array<array{'part': Part, 'message': string|TranslatableInterface}> $errors
68+
* //@param-out list<array{'part': Part, 'message': string|TranslatableInterface}>|array<void> $errors
6969
*/
7070
public function handleAction(string $action, array $selected_parts, ?int $target_id, ?string $redirect_url = null, array &$errors = []): ?RedirectResponse
7171
{

0 commit comments

Comments
 (0)