Test Failed
Push — 2.0 ( 4d4d2f...3431b8 )
by Zaahid
04:28
created
src/Message/Helper/GenericHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      *
108 108
      * @param IMimePart $part
109 109
      * @return MimePart the newly-created MimePart
110
-    */
110
+     */
111 111
     public function createNewContentPartFrom(IMimePart $part)
112 112
     {
113 113
         $mime = $this->mimePartFactory->newInstance();
Please login to merge, or discard this patch.
src/Parser/Proxy/ParserMessageFactory.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,8 @@
 block discarded – undo
28 28
 class ParserMessageFactory
29 29
 {
30 30
         /**
31
-     * @var StreamFactory the StreamFactory instance
32
-     */
31
+         * @var StreamFactory the StreamFactory instance
32
+         */
33 33
     protected $streamFactory;
34 34
 
35 35
     /**
Please login to merge, or discard this patch.