Skip to content

Commit ccd5d63

Browse files
bertramakersgithub-actions[bot]
authored andcommitted
Run Prettier
1 parent 7601444 commit ccd5d63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/NumberTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ public function test_multipleOf_reset(): void
6868
->multipleOf(null);
6969

7070
$fail = $this->createMock(MockedCaller::class);
71-
$fail->expects($this->never())
72-
->method('__invoke');
71+
$fail->expects($this->never())->method('__invoke');
7372

7473
$number->validate(5, $fail);
7574
}

0 commit comments

Comments
 (0)