Skip to content

Commit 5b1c5b4

Browse files
parsilvergithub-actions[bot]
authored andcommitted
Fix styling
1 parent a32e859 commit 5b1c5b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/HigherOrderTapProxyTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
use Farzai\Support\HigherOrderTapProxy;
44

55
it('calls the method on the target', function () {
6-
$target = new class {
6+
$target = new class
7+
{
78
public $called = false;
89

910
public function foo()
@@ -17,4 +18,4 @@ public function foo()
1718
$proxy->foo();
1819

1920
expect($target->called)->toBeTrue();
20-
});
21+
});

0 commit comments

Comments
 (0)