Passed
Pull Request — master (#35)
by Claude
03:33
created
src/Messages/Message.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 
89 89
     public function getContentType()
90 90
     {
91
-        if(! empty($this->contentType))
91
+        if( ! empty($this->contentType))
92 92
         {
93 93
             return $this->contentType;
94 94
         }
Please login to merge, or discard this patch.