Test Failed
Push — 2.0 ( 91a8b2...00e111 )
by Zaahid
08:02 queued 04:36
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/Header/Consumer/ParameterConsumer.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
      * @param int $index
83 83
      * @param boolean $isEncoded
84 84
      * @return SplitParameterToken
85
-    */
85
+     */
86 86
     private function addToSplitPart(ArrayObject $splitParts, $name, $value, $index, $isEncoded)
87 87
     {
88 88
         $ret = null;
Please login to merge, or discard this patch.
src/Parser/Proxy/ParserPartProxy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
         return $this->partBuilder->getHeaderContainer();
94 94
     }
95 95
 
96
-     public function getStream()
96
+        public function getStream()
97 97
     {
98 98
         return $this->partBuilder->getStream();
99 99
     }
Please login to merge, or discard this patch.