Skip to content

Commit 87a484e

Browse files
committed
fix: missing type property
1 parent a981215 commit 87a484e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Config/fixtures/RegistrarConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class RegistrarConfig extends BaseConfig
1919
public $bar = [
2020
'baz',
2121
];
22-
public $baz = [
22+
public array $baz = [
2323
'foo',
2424
'bar' => [
2525
'bir',

0 commit comments

Comments
 (0)