@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | [], |
30 | 30 | new Stream( |
31 | 31 | fopen( |
32 | - 'data://application/xml,' . file_get_contents(__DIR__ . '/../../resources/eurofxref-daily-valid.xml'), |
|
32 | + 'data://application/xml,'.file_get_contents(__DIR__.'/../../resources/eurofxref-daily-valid.xml'), |
|
33 | 33 | 'r' |
34 | 34 | ) |
35 | 35 | ) |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | [], |
42 | 42 | new Stream( |
43 | 43 | fopen( |
44 | - 'data://application/xml,' . file_get_contents(__DIR__ . '/../../resources/eurofxref-daily-usd-missing.xml'), |
|
44 | + 'data://application/xml,'.file_get_contents(__DIR__.'/../../resources/eurofxref-daily-usd-missing.xml'), |
|
45 | 45 | 'r' |
46 | 46 | ) |
47 | 47 | ) |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | [], |
54 | 54 | new Stream( |
55 | 55 | fopen( |
56 | - 'data://application/xml,' . file_get_contents(__DIR__ . '/../../resources/eurofxref-daily-date-missing.xml'), |
|
56 | + 'data://application/xml,'.file_get_contents(__DIR__.'/../../resources/eurofxref-daily-date-missing.xml'), |
|
57 | 57 | 'r' |
58 | 58 | ) |
59 | 59 | ) |