Test Failed
Pull Request — master (#19)
by
unknown
07:17
created
src/AfricasTalkingMessage.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -39,12 +39,12 @@
 block discarded – undo
39 39
         return $this;
40 40
     }
41 41
 
42
-     /**
43
-     * Set recipient for this message.
44
-     *
45
-     * @param string $from
46
-     * @return self
47
-     */
42
+        /**
43
+         * Set recipient for this message.
44
+         *
45
+         * @param string $from
46
+         * @return self
47
+         */
48 48
     public function to(string $to): self
49 49
     {
50 50
         $this->to = trim($to);
Please login to merge, or discard this patch.