diff options
-rw-r--r-- | src/Utils/Query.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Utils/Query.php b/src/Utils/Query.php index 6e64021..6dfb0e3 100644 --- a/src/Utils/Query.php +++ b/src/Utils/Query.php @@ -208,8 +208,8 @@ class Query /** * Gets an array with flags select statement has. * - * @param Statement|null $statement the statement to be processed - * @param array $flagsi flags set so far + * @param SelectStatement $statement the statement to be processed + * @param array $flags flags set so far * * @return array */ |