@@ -126,6 +126,6 @@ |
||
126 | 126 | return $path; |
127 | 127 | } |
128 | 128 | |
129 | - return 'file://' . $path; |
|
129 | + return 'file://'.$path; |
|
130 | 130 | } |
131 | 131 | } |
@@ -51,7 +51,7 @@ |
||
51 | 51 | */ |
52 | 52 | public function json(StreamInterface $body) |
53 | 53 | { |
54 | - $assoc = (bool)$this->options['forceArray']; |
|
54 | + $assoc = (bool) $this->options['forceArray']; |
|
55 | 55 | |
56 | 56 | $data = json_decode((string) $body, $assoc); |
57 | 57 |