Skip to content

Commit 49ddec5

Browse files
committed
lint
1 parent 7dc9a28 commit 49ddec5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/toBeSummationOf.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
[0, 0, 0, fn (int $i): int => $i * 2],
1010
[110, 0, 10, fn (int $i): int => $i * 2],
1111
[110, 10, 0, fn (int $i): int => $i * 2],
12-
[418, 2, 20, function (int $i): int { return $i * 2; }],
12+
[418, 2, 20, function (int $i): int {
13+
return $i * 2;
14+
}],
1315
]);
1416

1517
it('passes not', function (callable $step, int $from, int $to): void {

0 commit comments

Comments
 (0)