X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FQuery%2FConditionInterface.php;h=bf53a92c2c449ae2d6648133f65e758c38d7c17b;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=7657c006c31be43fe6f75269d789a81e54dc8d81;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php b/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php index 7657c006c..bf53a92c2 100644 --- a/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php +++ b/web/core/lib/Drupal/Core/Entity/Query/ConditionInterface.php @@ -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();