@@ -173,6 +173,7 @@ discard block |
||
| 173 | 173 | * Sets a MIME type's media comment. |
| 174 | 174 | * |
| 175 | 175 | * @param string Type's media comment. |
| 176 | + * @param string|null $comment |
|
| 176 | 177 | * |
| 177 | 178 | * @return $this |
| 178 | 179 | */ |
@@ -195,7 +196,7 @@ discard block |
||
| 195 | 196 | /** |
| 196 | 197 | * Gets a MIME type's subtype comment. |
| 197 | 198 | * |
| 198 | - * @return string Type's subtype comment, null if invalid mime type. |
|
| 199 | + * @return Type Type's subtype comment, null if invalid mime type. |
|
| 199 | 200 | */ |
| 200 | 201 | public function getSubTypeComment() |
| 201 | 202 | { |