Use psalm-return instead of return for generics

This commit is contained in:
2021-09-19 00:44:20 +03:00
parent 5e43f9b0df
commit bac144582e
6 changed files with 14 additions and 14 deletions

View File

@ -30,7 +30,7 @@ final class Response extends Frame
}
/**
* @return array<mixed, mixed>
* @psalm-return array<mixed, mixed>
*/
public function toArray(): array
{