Skip to content

Commit a981215

Browse files
committed
fix: apply cs-fix
1 parent 8cfee33 commit a981215

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/_support/Config/TestRegistrar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public static function RegistrarConfig()
2828
'second',
2929
],
3030
'baz' => [
31-
'bar' => 'ber'
32-
]
31+
'bar' => 'ber',
32+
],
3333
];
3434
}
3535
}

tests/system/Config/fixtures/RegistrarConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class RegistrarConfig extends BaseConfig
2323
'foo',
2424
'bar' => [
2525
'bir',
26-
'bur'
27-
]
26+
'bur',
27+
],
2828
];
2929
}

0 commit comments

Comments
 (0)