summaryrefslogtreecommitdiffstats
path: root/src/Fragments/OrderKeyword.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fragments/OrderKeyword.php')
-rw-r--r--src/Fragments/OrderKeyword.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fragments/OrderKeyword.php b/src/Fragments/OrderKeyword.php
index 5ddc8ef..1bc6b8f 100644
--- a/src/Fragments/OrderKeyword.php
+++ b/src/Fragments/OrderKeyword.php
@@ -29,9 +29,9 @@ class OrderKeyword extends Fragment
public $type = 'ASC';
/**
- * @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 OrderKeyword[]
*/