diff options
Diffstat (limited to 'src/Components/Key.php')
-rw-r--r-- | src/Components/Key.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Components/Key.php b/src/Components/Key.php index 70b2b93..490d067 100644 --- a/src/Components/Key.php +++ b/src/Components/Key.php @@ -75,8 +75,11 @@ class Key extends Component * @param string $type The type of this key. * @param OptionsArray $options The options of this key. */ - public function __construct($name = null, array $columns = array(), - $type = null, $options = null + public function __construct( + $name = null, + array $columns = array(), + $type = null, + $options = null ) { $this->name = $name; $this->columns = $columns; @@ -119,7 +122,6 @@ class Key extends Component $state = 0; for (; $list->idx < $list->count; ++$list->idx) { - /** * Token parsed at this moment. * |