Skip to content

Commit 7dc4ace

Browse files
committed
Apply fixes from StyleCI
1 parent e886e4e commit 7dc4ace

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Bus/BusPendingBatchTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ public function test_it_can_batch_a_closure(): void
250250
new PendingBatch(
251251
new Container,
252252
new Collection([
253-
function() {}
253+
function () {
254+
},
254255
])
255256
);
256257
$this->expectNotToPerformAssertions();

0 commit comments

Comments
 (0)