Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbo51dog committed Oct 30, 2021
1 parent ea9b156 commit f7eea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bbo51dog/bboform/form/CustomForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class CustomForm extends FormBase {

/** @var CustomFormElement[] */
private $elements;
private $elements = [];

/**
* @inheritDoc
Expand Down

0 comments on commit f7eea37

Please sign in to comment.