Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Query / ConditionInterface.php
index d42e48feb75b1bf97369bc7363f34125997c033e..bf53a92c2c449ae2d6648133f65e758c38d7c17b 100644 (file)
@@ -19,8 +19,7 @@ interface ConditionInterface {
    * Implements \Countable::count().
    *
    * Returns the size of this conditional. The size of the conditional is the
-   * size of its conditional array minus one, because one element is the
-   * conjunction.
+   * size of its conditional array.
    */
   public function count();
 
@@ -51,7 +50,7 @@ interface ConditionInterface {
    *
    * @param string $field
    * @return ConditionInterface
-   * @see \Drupal\Core\Entity\Query\QueryInterface::notexists()
+   * @see \Drupal\Core\Entity\Query\QueryInterface::notExists()
    */
   public function notExists($field, $langcode = NULL);