diff options
Diffstat (limited to 'src/Components/OptionsArray.php')
-rw-r--r-- | src/Components/OptionsArray.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Components/OptionsArray.php b/src/Components/OptionsArray.php index 0e86326..da2ec8d 100644 --- a/src/Components/OptionsArray.php +++ b/src/Components/OptionsArray.php @@ -55,10 +55,10 @@ class OptionsArray extends Component { $ret = new OptionsArray(); - /** - * The ID that will be assigned to duplicate options. - * @var int $lastAssignedId - */ + /** + * The ID that will be assigned to duplicate options. + * @var int $lastAssignedId + */ $lastAssignedId = count($options) + 1; /** |