summaryrefslogtreecommitdiffstats
path: root/src/Parser.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Parser.php')
-rw-r--r--src/Parser.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Parser.php b/src/Parser.php
index 3b5a40a..d6d391b 100644
--- a/src/Parser.php
+++ b/src/Parser.php
@@ -303,8 +303,8 @@ namespace SqlParser {
/**
* Constructor.
*
- * @param mixed $list The list of tokens to be parsed.
- * @param bool $strict Whether strict mode should be enabled or not.
+ * @param string|UtfString|TokensList $list The list of tokens to be parsed.
+ * @param bool $strict Whether strict mode should be enabled or not.
*/
public function __construct($list = null, $strict = false)
{