Completed
Push — master ( 5d4e1b...373de6 )
by Zaahid
11:37
created
src/MimePart.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
     /**
175 175
      * Returns true if this part's mime type is multipart/*
176 176
      *
177
-     * @return bool
177
+     * @return integer
178 178
      */
179 179
     public function isMultiPart()
180 180
     {
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
     /**
188 188
      * Returns true if this part's mime type is text/*
189 189
      * 
190
-     * @return bool
190
+     * @return integer
191 191
      */
192 192
     public function isTextPart()
193 193
     {
Please login to merge, or discard this patch.