Fix wrong return type

This commit is contained in:
2021-09-19 00:44:31 +03:00
parent bac144582e
commit d0307b47e6

View File

@@ -53,7 +53,7 @@ final class Lookup
} }
/** /**
* @return Promise<Lookup\Producer> * @psalm-return Promise<Lookup\Producer[]>
*/ */
public function nodes(): Promise public function nodes(): Promise
{ {