diff --git a/src/Schema/Index.php b/src/Schema/Index.php index 6c2d7cd5a17..222f2082922 100644 --- a/src/Schema/Index.php +++ b/src/Schema/Index.php @@ -43,7 +43,7 @@ class Index extends AbstractAsset implements Constraint * @todo $_flags should eventually be refactored into options * @var mixed[] */ - private array $options; + private array $options = []; /** * @param string $name