We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfee33 commit a981215Copy full SHA for a981215
2 files changed
tests/_support/Config/TestRegistrar.php
@@ -28,8 +28,8 @@ public static function RegistrarConfig()
28
'second',
29
],
30
'baz' => [
31
- 'bar' => 'ber'
32
- ]
+ 'bar' => 'ber',
+ ],
33
];
34
}
35
tests/system/Config/fixtures/RegistrarConfig.php
@@ -23,7 +23,7 @@ class RegistrarConfig extends BaseConfig
23
'foo',
24
'bar' => [
25
'bir',
26
- 'bur'
27
+ 'bur',
0 commit comments