mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed phpstan issue
This commit is contained in:
parent
f802c6c176
commit
f9e769a6e3
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ final class PartsTableActionHandler
|
||||||
/**
|
/**
|
||||||
* @param Part[] $selected_parts
|
* @param Part[] $selected_parts
|
||||||
* @return RedirectResponse|null Returns a redirect response if the user should be redirected to another page, otherwise null
|
* @return RedirectResponse|null Returns a redirect response if the user should be redirected to another page, otherwise null
|
||||||
* @phpstan-param-out array<array{'part': Part, 'message': string|TranslatableInterface}> $errors
|
* //@param-out list<array{'part': Part, 'message': string|TranslatableInterface}>|array<void> $errors
|
||||||
*/
|
*/
|
||||||
public function handleAction(string $action, array $selected_parts, ?int $target_id, ?string $redirect_url = null, array &$errors = []): ?RedirectResponse
|
public function handleAction(string $action, array $selected_parts, ?int $target_id, ?string $redirect_url = null, array &$errors = []): ?RedirectResponse
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue