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

8.3.x
Alex Pott 2016-08-05 14:37:43 +01:00
parent 8b62644093
commit 3fa22c4bf0
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ interface QueryInterface extends AlterableInterface {
* ->condition('greetings', 'merhaba', '=', 'tr')
* ->condition('greetings.value', 'siema', '=', 'pl')
* ->execute();
* $entity_ids = $query->execute();
* @endcode
*
* @param $field