zend-db
zend-db copied to clipboard
docblock error in /zend-db/Sql/Predicate/PredicateSet.php::getPredicates()
The doc block states that an PredicateInterface[] will be returened. What is returned is a copy of the protected $predicates[] member. This array is populated by the orPredicateand andPredicate functions in such a way, that it is not an PredicateInterface[], but rather an array of [string, \Zend\Db\Sql\Predicate\Operator].
This repository has been closed and moved to laminas/laminas-db; a new issue has been opened at https://github.com/laminas/laminas-db/issues/139.