Passed
Pull Request — master (#146)
by
unknown
03:15
created
src/Message/Helper/GenericHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
      *
89 89
      * @param ParentHeaderPart $part
90 90
      * @return MimePart the newly-created MimePart
91
-    */
91
+     */
92 92
     public function createNewContentPartFrom(ParentHeaderPart $part)
93 93
     {
94 94
         $mime = $this->partBuilderFactory->newPartBuilder($this->mimePartFactory)->createMessagePart();
Please login to merge, or discard this patch.