Completed
Push — guzzle-6 ( a759a1 )
by Chris
03:46
created
src/GuzzleAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
      */
203 203
     public function read($path)
204 204
     {
205
-        if (! $result = $this->readStream($path)) {
205
+        if (!$result = $this->readStream($path)) {
206 206
             return false;
207 207
         }
208 208
 
Please login to merge, or discard this patch.