Skip to content

Commit 673f86f

Browse files
committed
style: autofix
1 parent 600c63a commit 673f86f

12 files changed

+13
-0
lines changed

tests/benchmarks/CachingIteratorsAggregateBench.php

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ final class CachingIteratorsAggregateBench extends IteratorBenchmark
2525
{
2626
/**
2727
* @Groups({"ci", "local"})
28+
*
2829
* @ParamProviders("provideGenerators")
2930
*/
3031
public function bench(array $params): void
@@ -37,6 +38,7 @@ public function bench(array $params): void
3738

3839
/**
3940
* @Groups({"others"})
41+
*
4042
* @ParamProviders("provideGeneratorsWithOthers")
4143
*/
4244
public function benchWithOthers(array $params): void

tests/benchmarks/ClosureIteratorAggregateBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
/**
2121
* @Groups({"ci", "local"})
22+
*
2223
* @Sleep(500)
2324
*/
2425
final class ClosureIteratorAggregateBench extends IteratorBenchmark

tests/benchmarks/ClosureIteratorBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
/**
2121
* @Groups({"ci", "local"})
22+
*
2223
* @Sleep(500)
2324
*/
2425
final class ClosureIteratorBench extends IteratorBenchmark

tests/benchmarks/IterableIteratorAggregateBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* @Groups({"ci", "local"})
20+
*
2021
* @Sleep(500)
2122
*/
2223
final class IterableIteratorAggregateBench extends IteratorBenchmark

tests/benchmarks/IterableIteratorBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* @Groups({"ci", "local"})
20+
*
2021
* @Sleep(500)
2122
*/
2223
final class IterableIteratorBench extends IteratorBenchmark

tests/benchmarks/PackIterableAggregateBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* @Groups({"ci", "local"})
20+
*
2021
* @Sleep(500)
2122
*/
2223
final class PackIterableAggregateBench extends IteratorBenchmark

tests/benchmarks/PausableIteratorAggregateBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
/**
2121
* @Groups({"ci", "local"})
22+
*
2223
* @Sleep(500)
2324
*/
2425
final class PausableIteratorAggregateBench extends IteratorBenchmark

tests/benchmarks/RandomIterableAggregateBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* @Groups({"ci", "local"})
20+
*
2021
* @Sleep(500)
2122
*/
2223
final class RandomIterableAggregateBench extends IteratorBenchmark

tests/benchmarks/SimpleCachingIteratorAggregateBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
/**
2020
* @Groups({"ci", "local"})
21+
*
2122
* @Sleep(500)
2223
*/
2324
final class SimpleCachingIteratorAggregateBench extends IteratorBenchmark

tests/benchmarks/StringIteratorAggregateBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
/**
2020
* @Groups({"ci", "local"})
21+
*
2122
* @Sleep(500)
2223
*/
2324
final class StringIteratorAggregateBench extends IteratorBenchmark

tests/benchmarks/TypedIterableAggregateBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* @Groups({"ci", "local"})
20+
*
2021
* @Sleep(500)
2122
*/
2223
final class TypedIterableAggregateBench extends IteratorBenchmark

tests/benchmarks/UnpackIterableAggregateBench.php

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
/**
1919
* @Groups({"ci", "local"})
20+
*
2021
* @Sleep(500)
2122
*/
2223
final class UnpackIterableAggregateBench extends IteratorBenchmark

0 commit comments

Comments
 (0)