Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 3bfd19a

Browse files
authored
Merge pull request #7 from narrowspark/develop
cs fixes
2 parents 1f4ad9a + 7d473a4 commit 3bfd19a

3 files changed

+0
-6
lines changed

benchmarks/FilterOneMillionItems.php

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
declare(strict_types=1);
33
namespace Narrowspark\Collection;
44

5-
use Narrowspark\Collection\Collection;
6-
75
class FilterOneMillionItems
86
{
97
const ONE_MILLION = 1000000;

benchmarks/LoopOneHundredThousandItems.php

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
declare(strict_types=1);
33
namespace Narrowspark\Collection;
44

5-
use Narrowspark\Collection\Collection;
6-
75
class LoopOneHundredThousandItems
86
{
97
/**

benchmarks/MapOneMillionItems.php

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
declare(strict_types=1);
33
namespace Narrowspark\Collection;
44

5-
use Narrowspark\Collection\Collection;
6-
75
class MapOneMillionItems
86
{
97
const ONE_MILLION = 1000000;

0 commit comments

Comments
 (0)