summaryrefslogtreecommitdiffstats
path: root/src/Fragments/ParamDefFragment.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fragments/ParamDefFragment.php')
-rw-r--r--src/Fragments/ParamDefFragment.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Fragments/ParamDefFragment.php b/src/Fragments/ParamDefFragment.php
index 4756120..a512596 100644
--- a/src/Fragments/ParamDefFragment.php
+++ b/src/Fragments/ParamDefFragment.php
@@ -1,5 +1,11 @@
<?php
+/**
+ * The definition of a parameter of a function or procedure.
+ *
+ * @package SqlParser
+ * @subpackage Fragments
+ */
namespace SqlParser\Fragments;
use SqlParser\Context;