From 6769bf24d82ecf75df1dbe6f3b73425f0169dd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Wed, 23 Dec 2015 14:15:50 +0100 Subject: [PATCH] Small improvement to doc block --- src/Database/Expression/QueryExpression.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Expression/QueryExpression.php b/src/Database/Expression/QueryExpression.php index 17728bdeb25..22c1e0868da 100644 --- a/src/Database/Expression/QueryExpression.php +++ b/src/Database/Expression/QueryExpression.php @@ -100,7 +100,7 @@ public function type($conjunction = null) * then it will cause the placeholder to be re-written dynamically so if the * 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 + * @param string|array|\Cake\Database\ExpressionInterface $conditions single or multiple conditions to * 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.