Use psalm-return instead of return for generics
This commit is contained in:
@ -30,7 +30,7 @@ final class Response extends Frame
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array<mixed, mixed>
|
||||
* @psalm-return array<mixed, mixed>
|
||||
*/
|
||||
public function toArray(): array
|
||||
{
|
||||
|
Reference in New Issue
Block a user