From f4c6dcb0718d051b6410f5a55f092378831b218f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lorenzo=20Rodr=C3=ADguez?= Date: Wed, 31 Aug 2016 12:58:33 +0200 Subject: [PATCH] Improving doc block --- src/Database/Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Database/Query.php b/src/Database/Query.php index bc4406f14ad..9f29652c9d8 100644 --- a/src/Database/Query.php +++ b/src/Database/Query.php @@ -423,8 +423,8 @@ public function modifier($modifiers, $overwrite = false) * ``` * * @param array|string $tables tables to be added to the list. This argument, can be - * a string, or an associative array of aliases and strings/expression objects. See - * the examples above for the valid call types. + * passed as an array of strings, array of expression objects, or a single string. See + * the examples above for the valid call types. * @param bool $overwrite whether to reset tables with passed list or not * @return $this */