diff options
Diffstat (limited to 'src/Contexts/ContextMySql50000.php')
-rw-r--r-- | src/Contexts/ContextMySql50000.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Contexts/ContextMySql50000.php b/src/Contexts/ContextMySql50000.php index eedb59c..26afac1 100644 --- a/src/Contexts/ContextMySql50000.php +++ b/src/Contexts/ContextMySql50000.php @@ -3,9 +3,10 @@ /** * Context for MySQL 5. * - * @link https://dev.mysql.com/doc/refman/5.0/en/keywords.html + * @package SqlParser + * @subpackage Contexts + * @link https://dev.mysql.com/doc/refman/5.0/en/keywords.html */ - namespace SqlParser\Contexts; use SqlParser\Context; |