@@ -50,7 +50,7 @@ |
||
50 | 50 | */ |
51 | 51 | public function getContentsAsStream() |
52 | 52 | { |
53 | - if (! $this->stream) { |
|
53 | + if (!$this->stream) { |
|
54 | 54 | $this->stream = $this->buildRequest()->send()->getBody(false); |
55 | 55 | } |
56 | 56 |