X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FQuery%2FConditionInterface.php;h=221f0e2b49c80d94e03bc6dbad333455f7ecf124;hb=refs%2Fheads%2Fd864;hp=aa5090a89a3f5aa3b1457b37f52f26c3c12751f4;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/Query/ConditionInterface.php b/web/core/lib/Drupal/Core/Database/Query/ConditionInterface.php index aa5090a89..221f0e2b4 100644 --- a/web/core/lib/Drupal/Core/Database/Query/ConditionInterface.php +++ b/web/core/lib/Drupal/Core/Database/Query/ConditionInterface.php @@ -197,7 +197,7 @@ interface ConditionInterface { * * @param $conjunction * - AND (default): this is the equivalent of andConditionGroup(). - * - OR: this is the equivalent of andConditionGroup(). + * - OR: this is the equivalent of orConditionGroup(). * * @return \Drupal\Core\Database\Query\ConditionInterface * An object holding a group of conditions.