Completed
Pull Request — master (#33)
by Claude
17:08
created
src/Messages/Bodies/Text.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     
48 48
     public function changeText($text)
49 49
     {
50
-        if(! $this->isConvertibleToString($text))
50
+        if( ! $this->isConvertibleToString($text))
51 51
         {
52 52
             throw new \LogicException('Body of type Text must be string convertible.');
53 53
         }
Please login to merge, or discard this patch.