Jose Lorenzo Rodriguez 11 years ago
parent
commit
b1ce13fb98
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ORM/Association/SelectableAssociationTrait.php

+ 1 - 0
src/ORM/Association/SelectableAssociationTrait.php

@@ -180,6 +180,7 @@ trait SelectableAssociationTrait {
  * @param \Cake\ORM\Query $query Target table's query
  * @param array $keys the fields that should be used for filtering
  * @param mixed $filter the value that should be used to match for $key
+ * @param string $operator The operator for comparing the tuples
  * @return \Cake\Database\Expression\TupleComparison
  */
 	protected function _createTupleCondition($query, $keys, $filter, $operator) {