summaryrefslogtreecommitdiffstats
path: root/src/Fragments/WhereKeyword.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fragments/WhereKeyword.php')
-rw-r--r--src/Fragments/WhereKeyword.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fragments/WhereKeyword.php b/src/Fragments/WhereKeyword.php
index 786efbf..9c30513 100644
--- a/src/Fragments/WhereKeyword.php
+++ b/src/Fragments/WhereKeyword.php
@@ -36,9 +36,9 @@ class WhereKeyword extends Fragment
public $condition;
/**
- * @param Parser $parser
- * @param TokensList $list
- * @param array $options
+ * @param Parser $parser The parser that serves as context.
+ * @param TokensList $list The list of tokens that are being parsed.
+ * @param array $options Parameters for parsing.
*
* @return WhereKeyword[]
*/