Passed
Push — v2.0 ( 28d57f...d06666 )
by Raza
02:18
created
src/Traits/PayPalHttpClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      *
108 108
      * @return void
109 109
      */
110
-    public function setClient($client=null)
110
+    public function setClient($client = null)
111 111
     {
112 112
         if ($client instanceof HttpClient) {
113 113
             $this->client = $client;
Please login to merge, or discard this patch.