Example #1
0
 /**
  * Allow to pass instances of either Query or ParseQuery.
  *
  * @param string           $key
  * @param Query|ParseQuery $query
  *
  * @return $this
  */
 public function doesNotMatchKeyInQuery($key, $queryKey, $query)
 {
     $this->parseQuery->doesNotMatchKeyInQuery($key, $queryKey, $this->parseQueryFromQuery($query));
     return $this;
 }