@@ -21,14 +21,14 @@ |
||
21 | 21 | * |
22 | 22 | * @var Iterator<TKey, TValue>|Indifferent<Iterator<TKey, TValue>> |
23 | 23 | */ |
24 | - private Iterator|Indifferent $origin; |
|
24 | + private Iterator | Indifferent $origin; |
|
25 | 25 | |
26 | 26 | /** |
27 | 27 | * Ctor. |
28 | 28 | * |
29 | 29 | * @param Iterator<TKey, TValue>|Indifferent<Iterator<TKey, TValue>> $iterable |
30 | 30 | */ |
31 | - public function __construct(Iterator|Indifferent $iterable) |
|
31 | + public function __construct(Iterator | Indifferent $iterable) |
|
32 | 32 | { |
33 | 33 | $this->origin = $iterable; |
34 | 34 | } |
@@ -25,7 +25,7 @@ |
||
25 | 25 | parent::__construct( |
26 | 26 | $subject, |
27 | 27 | $context, |
28 | - function (mixed $subject, Closure $context): mixed |
|
28 | + function(mixed $subject, Closure $context): mixed |
|
29 | 29 | { |
30 | 30 | $context($subject); |
31 | 31 | return $subject; |