@@ -46,7 +46,7 @@ |
||
46 | 46 | { |
47 | 47 | $this->items = json_decode($response->getBody()->getContents() ?: '[]', true); |
48 | 48 | |
49 | - $this->iterator = function () { |
|
49 | + $this->iterator = function() { |
|
50 | 50 | foreach ($this->items as $key => $item) { |
51 | 51 | yield $key => $this->createTransfer($item); |
52 | 52 | } |