Passed
Push — master ( be5b88...0c89c6 )
by Leandro
14:52
created
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
      */
79 79
     public function getCookies()
80 80
     {
81
-       return $this->cookies;
81
+        return $this->cookies;
82 82
     }
83 83
 
84 84
     /**
Please login to merge, or discard this patch.