@@ -174,7 +174,7 @@ discard block |
||
| 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 |
||
| 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 | { |