zend-db icon indicating copy to clipboard operation
zend-db copied to clipboard

docblock error in /zend-db/Sql/Predicate/PredicateSet.php::getPredicates()

Open hoppithek opened this issue 10 years ago • 1 comments

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].

hoppithek avatar Sep 21 '15 14:09 hoppithek

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.

michalbundyra avatar Jan 16 '20 19:01 michalbundyra