@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace Tests\Innmind\Immutable; |
5 | 5 | |
@@ -425,7 +425,7 @@ discard block |
||
425 | 425 | |
426 | 426 | $v = $s->reduce( |
427 | 427 | 42, |
428 | - function (float $carry, int $value): float { |
|
428 | + function(float $carry, int $value): float { |
|
429 | 429 | return $carry / $value; |
430 | 430 | } |
431 | 431 | ); |