summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Components/Key.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Components/Key.php b/src/Components/Key.php
index 490d067..161dfc6 100644
--- a/src/Components/Key.php
+++ b/src/Components/Key.php
@@ -37,6 +37,7 @@ class Key extends Component
'KEY_BLOCK_SIZE' => array(1, 'var'),
'USING' => array(2, 'var'),
'WITH PARSER' => array(3, 'var'),
+ 'COMMENT' => array(4, 'var='),
);
/**