@@ -27,21 +27,21 @@ discard block |
||
27 | 27 | $this->response = new Response( |
28 | 28 | 200, |
29 | 29 | [], |
30 | - $this->createStreamFromXmlFile(__DIR__ . '/../../resources/eurofxref-daily-valid.xml') |
|
30 | + $this->createStreamFromXmlFile(__DIR__.'/../../resources/eurofxref-daily-valid.xml') |
|
31 | 31 | ); |
32 | 32 | break; |
33 | 33 | case 'UsdMissingResponse': |
34 | 34 | $this->response = new Response( |
35 | 35 | 200, |
36 | 36 | [], |
37 | - $this->createStreamFromXmlFile(__DIR__ . '/../../resources/eurofxref-daily-usd-missing.xml') |
|
37 | + $this->createStreamFromXmlFile(__DIR__.'/../../resources/eurofxref-daily-usd-missing.xml') |
|
38 | 38 | ); |
39 | 39 | break; |
40 | 40 | case 'DateMissingResponse': |
41 | 41 | $this->response = new Response( |
42 | 42 | 200, |
43 | 43 | [], |
44 | - $this->createStreamFromXmlFile(__DIR__ . '/../../resources/eurofxref-daily-date-missing.xml') |
|
44 | + $this->createStreamFromXmlFile(__DIR__.'/../../resources/eurofxref-daily-date-missing.xml') |
|
45 | 45 | ); |
46 | 46 | break; |
47 | 47 | } |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | { |
66 | 66 | return new Stream( |
67 | 67 | fopen( |
68 | - 'data://application/xml,' . file_get_contents($file), |
|
68 | + 'data://application/xml,'.file_get_contents($file), |
|
69 | 69 | 'r' |
70 | 70 | ) |
71 | 71 | ); |