summaryrefslogtreecommitdiffstats
path: root/src/Utils/Query.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/Query.php')
-rw-r--r--src/Utils/Query.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Utils/Query.php b/src/Utils/Query.php
index 3698f1c..239cd6f 100644
--- a/src/Utils/Query.php
+++ b/src/Utils/Query.php
@@ -57,8 +57,8 @@ class Query
/**
* Gets an array with flags this statement has.
*
- * @param Statement $statement The statement to be processed.
- * @param bool $all If `false`, false values will not be included.
+ * @param Statement|null $statement The statement to be processed.
+ * @param bool $all If `false`, false values will not be included.
*
* @return array
*/