Commit 5a208687 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2776779 by juampynr: Fix code example in QueryInterface::condition()

(cherry picked from commit 3fa22c4b)
parent 7f1ef089
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ public function getEntityTypeId();
   *     ->condition('greetings', 'merhaba', '=', 'tr')
   *     ->condition('greetings.value', 'siema', '=', 'pl')
   *     ->execute();
   *   $entity_ids = $query->execute();
   * @endcode
   *
   * @param $field