Lint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2023-02-26 21:47:52 +01:00
parent cba65ce640
commit 912c4d5f6f
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ class SearchAction
use AsAction;
/**
* @return Collection<Member>
* @return Collection<int, Member>
*/
public function handle(string $search): Collection
{
@ -31,7 +31,7 @@ class SearchAction
}
/**
* @return Collection<Member>
* @return Collection<int, Member>
*/
private function empty(): Collection
{