The expression return $this->getFromDat... $conditions, $params)) could return the type object which is incompatible with the type-hinted return array. Consider adding an additional type-check to rule them out.
Loading history...
28
}
29
30
/**
31
* @param string $listId
32
*
33
* @return Entity[]
34
* @throws \Opulence\Orm\OrmException
35
*/
36
public function getByListId(string $listId): array
The expression return $this->getFromDat...istId', array($listId)) could return the type object which is incompatible with the type-hinted return array. Consider adding an additional type-check to rule them out.