Passed
Push — master ( b969a8...dd3faf )
by Zaahid
08:40
created
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/Message/Helper/GenericHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
      *
116 116
      * @param IMimePart $part
117 117
      * @return IMimePart the newly-created IMimePart
118
-    */
118
+     */
119 119
     public function createNewContentPartFrom(IMimePart $part)
120 120
     {
121 121
         $mime = $this->mimePartFactory->newInstance();
Please login to merge, or discard this patch.