We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f802c6c commit f9e769aCopy full SHA for f9e769a
src/Services/Parts/PartsTableActionHandler.php
@@ -65,7 +65,7 @@ public function idStringToArray(string $ids): array
65
/**
66
* @param Part[] $selected_parts
67
* @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
+ * //@param-out list<array{'part': Part, 'message': string|TranslatableInterface}>|array<void> $errors
69
*/
70
public function handleAction(string $action, array $selected_parts, ?int $target_id, ?string $redirect_url = null, array &$errors = []): ?RedirectResponse
71
{
0 commit comments