Skip to content

Commit 0c46972

Browse files
authored
Merge branch 'doctrine:3.6.x' into native-mariadb-json
2 parents a90f20d + 3fc4ea3 commit 0c46972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Index extends AbstractAsset implements Constraint
4343
* @todo $_flags should eventually be refactored into options
4444
* @var mixed[]
4545
*/
46-
private array $options;
46+
private array $options = [];
4747

4848
/**
4949
* @param string $name

0 commit comments

Comments
 (0)