zendframework / zend-db

Db component from Zend Framework
BSD 3-Clause "New" or "Revised" License
101 stars 122 forks source link

(just) rename a variable for clarity #358

Closed pine3ree closed 4 years ago

pine3ree commented 5 years ago

Use singular name when creating a new predicate expression for addPredicate($predicate), especially inside the loop. Leave it alone when the $predicates argument is used directly.

michalbundyra commented 4 years ago

Thanks, @pine3ree!