diff --git a/src/Database/Expression/QueryExpression.php b/src/Database/Expression/QueryExpression.php index 75dfa4a4b7c..15373fc8f1a 100644 --- a/src/Database/Expression/QueryExpression.php +++ b/src/Database/Expression/QueryExpression.php @@ -101,7 +101,7 @@ public function type($conjunction = null) * value is an array, it will create as many placeholders as values are in it. * * @param string|array|QueryExpression $conditions single or multiple conditions to - * be added. When using and array and the key is 'OR' or 'AND' a new expression + * be added. When using an array and the key is 'OR' or 'AND' a new expression * object will be created with that conjunction and internal array value passed * as conditions. * @param array $types associative array of fields pointing to the type of the