Passed
Pull Request — master (#5)
by Zing
05:32
created
src/Message.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
      */
20 20
     public static function text($content)
21 21
     {
22
-        return (new static([],MessageInterface::TEXT_MESSAGE))->setContent($content);
22
+        return (new static([], MessageInterface::TEXT_MESSAGE))->setContent($content);
23 23
     }
24 24
 
25 25
     /**
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      */
30 30
     public static function voice($content)
31 31
     {
32
-        return (new static([],MessageInterface::VOICE_MESSAGE))->setContent($content);
32
+        return (new static([], MessageInterface::VOICE_MESSAGE))->setContent($content);
33 33
     }
34 34
 
35 35
     /**
Please login to merge, or discard this patch.