@@ -190,8 +190,8 @@ |
||
190 | 190 | */ |
191 | 191 | public function getBody() |
192 | 192 | { |
193 | - $xmlString = file_get_contents(__DIR__ . '/../../resources/eurofxref-daily-valid.xml'); |
|
194 | - $xmlResource = fopen('data://application/xml,' . $xmlString,'r'); |
|
193 | + $xmlString = file_get_contents(__DIR__.'/../../resources/eurofxref-daily-valid.xml'); |
|
194 | + $xmlResource = fopen('data://application/xml,'.$xmlString, 'r'); |
|
195 | 195 | return new Stream($xmlResource); |
196 | 196 | } |
197 | 197 |
@@ -190,8 +190,8 @@ |
||
190 | 190 | */ |
191 | 191 | public function getBody() |
192 | 192 | { |
193 | - $xmlString = file_get_contents(__DIR__ . '/../../resources/eurofxref-daily-usd-missing.xml'); |
|
194 | - $xmlResource = fopen('data://application/xml,' . $xmlString,'r'); |
|
193 | + $xmlString = file_get_contents(__DIR__.'/../../resources/eurofxref-daily-usd-missing.xml'); |
|
194 | + $xmlResource = fopen('data://application/xml,'.$xmlString, 'r'); |
|
195 | 195 | return new Stream($xmlResource); |
196 | 196 | } |
197 | 197 |
@@ -190,8 +190,8 @@ |
||
190 | 190 | */ |
191 | 191 | public function getBody() |
192 | 192 | { |
193 | - $xmlString = file_get_contents(__DIR__ . '/../../resources/eurofxref-daily-date-missing.xml'); |
|
194 | - $xmlResource = fopen('data://application/xml,' . $xmlString,'r'); |
|
193 | + $xmlString = file_get_contents(__DIR__.'/../../resources/eurofxref-daily-date-missing.xml'); |
|
194 | + $xmlResource = fopen('data://application/xml,'.$xmlString, 'r'); |
|
195 | 195 | return new Stream($xmlResource); |
196 | 196 | } |
197 | 197 |