Completed
Push — guzzle-3 ( 11c8d2 )
by Chris
07:11
created
src/GuzzleAdapter.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * Constructs an Http object.
40 40
      *
41 41
      * @param string                      $base   The base URL.
42
-     * @param \GuzzleHttp\ClientInterface $client An optional Guzzle client.
42
+     * @param ClientInterface $client An optional Guzzle client.
43 43
      */
44 44
     public function __construct($base, ClientInterface $client = null)
45 45
     {
Please login to merge, or discard this patch.