From 3fa22c4bf0394bf03cd3af932042356501144537 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 5 Aug 2016 14:37:43 +0100
Subject: [PATCH] Issue #2776779 by juampynr: Fix code example in
 QueryInterface::condition()

---
 core/lib/Drupal/Core/Entity/Query/QueryInterface.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php
index 17b266ffceda..630d1767396c 100644
--- a/core/lib/Drupal/Core/Entity/Query/QueryInterface.php
+++ b/core/lib/Drupal/Core/Entity/Query/QueryInterface.php
@@ -31,7 +31,6 @@ public function getEntityTypeId();
    *     ->condition('greetings', 'merhaba', '=', 'tr')
    *     ->condition('greetings.value', 'siema', '=', 'pl')
    *     ->execute();
-   *   $entity_ids = $query->execute();
    * @endcode
    *
    * @param $field
-- 
GitLab