Skip to content

Commit

Permalink
fix: stan
Browse files Browse the repository at this point in the history
  • Loading branch information
arthaud-proust committed Mar 21, 2024
1 parent aecb05f commit 358b876
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Manager/PackageManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ public function get(string $id): Package
}

/**
* @return array<Package>
* @param array<mixed> $filters
*
* @return FormInterface|array<Package>
*/
public function list(array $filters): FormInterface|array
{
Expand Down

0 comments on commit 358b876

Please sign in to comment.