From 694cc990995477f84a85f02c1186e7ed61100d9c Mon Sep 17 00:00:00 2001 From: Aimeos Date: Fri, 17 Feb 2023 16:52:50 +0100 Subject: [PATCH] Fixes PHP initialization error --- src/Schema/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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