Completed
Pull Request — master (#104)
by Thibaud
02:39
created
src/Resource/Reader/Guzzle/LegacyGuzzleReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.