Passed
Branch master (231b31)
by Isaac
04:05
created
src/SMS.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -47,12 +47,12 @@
 block discarded – undo
47 47
         $this->client = $client;
48 48
     }
49 49
 
50
-     /**
51
-      * Set SMS client.
52
-      *
53
-     * @param SMSClient $client
54
-     * @return $this
55
-     */
50
+        /**
51
+         * Set SMS client.
52
+         *
53
+         * @param SMSClient $client
54
+         * @return $this
55
+         */
56 56
     public function setClient(SMSClient $client)
57 57
     {
58 58
         $this->client = $client;
Please login to merge, or discard this patch.