@@ -19,7 +19,7 @@ discard block |
||
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 |
||
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 | /** |