diff --git a/stubs/ObjectStorage.stub b/stubs/ObjectStorage.stub index 4446040..c124a42 100644 --- a/stubs/ObjectStorage.stub +++ b/stubs/ObjectStorage.stub @@ -45,12 +45,12 @@ class ObjectStorage implements \Iterator, \ArrayAccess public function key(); /** - * @return array + * @return list */ public function toArray(); /** - * @return array + * @return list */ public function getArray(); diff --git a/stubs/QueryResultInterface.stub b/stubs/QueryResultInterface.stub index ea69fc3..cb1c11a 100644 --- a/stubs/QueryResultInterface.stub +++ b/stubs/QueryResultInterface.stub @@ -19,7 +19,7 @@ interface QueryResultInterface extends \Countable, \Iterator, \ArrayAccess public function getFirst(); /** - * @return ModelType[] + * @return list */ public function toArray(); }