@@ -56,7 +56,7 @@ |
||
56 | 56 | $node = $node |
57 | 57 | ->beforeNormalization() |
58 | 58 | ->ifArray() |
59 | - ->then(static function ($value) use ($keys) { |
|
59 | + ->then(static function($value) use ($keys) { |
|
60 | 60 | foreach ($keys as $key) { |
61 | 61 | if (isset($value[$key])) { |
62 | 62 | foreach ($value['items'] as &$v) { |
@@ -149,7 +149,7 @@ |
||
149 | 149 | { |
150 | 150 | return $this->request instanceof PsrRequestInterface |
151 | 151 | ? (string) $this->request->getUri() // guzzle 6 |
152 | - : $this->request->getUrl(); // guzzle 4 and 5 |
|
152 | + : $this->request->getUrl(); // guzzle 4 and 5 |
|
153 | 153 | } |
154 | 154 | |
155 | 155 | /** |