summaryrefslogtreecommitdiffstats
path: root/src/Fragments/CreateDefFragment.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fragments/CreateDefFragment.php')
-rw-r--r--src/Fragments/CreateDefFragment.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fragments/CreateDefFragment.php b/src/Fragments/CreateDefFragment.php
index 708ce11..fefb43d 100644
--- a/src/Fragments/CreateDefFragment.php
+++ b/src/Fragments/CreateDefFragment.php
@@ -70,9 +70,9 @@ class CreateDefFragment extends Fragment
public $name;
/**
- * @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 CreateDefFragment
*/