X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FQuery%2FConditionInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FQuery%2FConditionInterface.php;h=221f0e2b49c80d94e03bc6dbad333455f7ecf124;hp=aa5090a89a3f5aa3b1457b37f52f26c3c12751f4;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a 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.