We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aea2afd + 93c37b0 commit cc47080Copy full SHA for cc47080
1 file changed
src/Components/Key.php
@@ -37,6 +37,7 @@ class Key extends Component
37
'KEY_BLOCK_SIZE' => array(1, 'var'),
38
'USING' => array(2, 'var'),
39
'WITH PARSER' => array(3, 'var'),
40
+ 'COMMENT' => array(4, 'var='),
41
);
42
43
/**
0 commit comments