Skip to content

Commit 07c2358

Browse files
Merge pull request #89 from TheDragonCode/code-style-bxl7y6x
The code style has been fixed
2 parents d8dcab9 + 53d9197 commit 07c2358

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Benchmark.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static function make(): static
4242
}
4343

4444
/**
45-
* @param Closure(int|string $name): mixed $callback
45+
* @param Closure(int|string $name): mixed $callback
4646
*/
4747
public function before(Closure $callback): static
4848
{
@@ -52,7 +52,7 @@ public function before(Closure $callback): static
5252
}
5353

5454
/**
55-
* @param Closure(int|string $name, int<1, max> $iteration): mixed $callback
55+
* @param Closure(int|string $name, int<1, max> $iteration): mixed $callback
5656
*/
5757
public function beforeEach(Closure $callback): static
5858
{
@@ -62,7 +62,7 @@ public function beforeEach(Closure $callback): static
6262
}
6363

6464
/**
65-
* @param Closure(int|string $name): mixed $callback
65+
* @param Closure(int|string $name): mixed $callback
6666
*/
6767
public function after(Closure $callback): static
6868
{
@@ -72,7 +72,7 @@ public function after(Closure $callback): static
7272
}
7373

7474
/**
75-
* @param Closure(int|string $name, int<1, max> $iteration, float $time, float $memory): mixed $callback
75+
* @param Closure(int|string $name, int<1, max> $iteration, float $time, float $memory): mixed $callback
7676
*/
7777
public function afterEach(Closure $callback): static
7878
{
@@ -82,7 +82,7 @@ public function afterEach(Closure $callback): static
8282
}
8383

8484
/**
85-
* @param int<1, max> $count
85+
* @param int<1, max> $count
8686
*/
8787
public function iterations(int $count): static
8888
{
@@ -92,7 +92,7 @@ public function iterations(int $count): static
9292
}
9393

9494
/**
95-
* @param int<0, max>|null $precision
95+
* @param int<0, max>|null $precision
9696
*/
9797
public function round(?int $precision): static
9898
{

0 commit comments

Comments
 (0)