diff options
Diffstat (limited to 'src/Fragments/DataTypeFragment.php')
-rw-r--r-- | src/Fragments/DataTypeFragment.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Fragments/DataTypeFragment.php b/src/Fragments/DataTypeFragment.php index a8045cf..2ad700a 100644 --- a/src/Fragments/DataTypeFragment.php +++ b/src/Fragments/DataTypeFragment.php @@ -1,5 +1,11 @@ <?php +/** + * Parses a data type. + * + * @package SqlParser + * @subpackage Fragments + */ namespace SqlParser\Fragments; use SqlParser\Context; |