Skip to content

Commit

Permalink
cs: autofix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 20, 2023
1 parent db2081b commit 2cdf128
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions src/Contract/Operation/Comparable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Firstable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/FoldRightable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Getable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Headable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Implodeable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Lastable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Matchable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use Iterator;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Maxable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Minable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Reduceable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Unlinesable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down
2 changes: 0 additions & 2 deletions src/Contract/Operation/Unwordsable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

namespace loophp\collection\Contract\Operation;

use loophp\collection\Contract\Collection;

/**
* @template TKey
* @template T
Expand Down

0 comments on commit 2cdf128

Please sign in to comment.