diff options
Diffstat (limited to 'src/Components/CreateDefinition.php')
-rw-r--r-- | src/Components/CreateDefinition.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/Components/CreateDefinition.php b/src/Components/CreateDefinition.php index 0ef7c4a..21f44fe 100644 --- a/src/Components/CreateDefinition.php +++ b/src/Components/CreateDefinition.php @@ -126,8 +126,12 @@ class CreateDefinition extends Component * @param bool $isConstraint Whether this field is a constraint or not. * @param Reference $references References. */ - public function __construct($name = null, $options = null, $type = null, - $isConstraint = false, $references = null + public function __construct( + $name = null, + $options = null, + $type = null, + $isConstraint = false, + $references = null ) { $this->name = $name; $this->options = $options; @@ -178,7 +182,6 @@ class CreateDefinition extends Component $state = 0; for (; $list->idx < $list->count; ++$list->idx) { - /** * Token parsed at this moment. * |