diff options
Diffstat (limited to 'src/Components/Key.php')
-rw-r--r-- | src/Components/Key.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/Components/Key.php b/src/Components/Key.php index e72300f..6e4fd6b 100644 --- a/src/Components/Key.php +++ b/src/Components/Key.php @@ -28,24 +28,24 @@ class Key extends Component * * @var array */ - public static $KEY_OPTIONS = [ - 'KEY_BLOCK_SIZE' => [ + public static $KEY_OPTIONS = array( + 'KEY_BLOCK_SIZE' => array( 1, 'var', - ], - 'USING' => [ + ), + 'USING' => array( 2, 'var', - ], - 'WITH PARSER' => [ + ), + 'WITH PARSER' => array( 3, 'var', - ], - 'COMMENT' => [ + ), + 'COMMENT' => array( 4, 'var=', - ], - ]; + ) + ); /** * The name of this key. |