Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Query / ConditionInterface.php
index 7657c006c31be43fe6f75269d789a81e54dc8d81..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();