@@ -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 | */ |
@@ -206,6 +207,7 @@ discard block |
||
| 206 | 207 | * Sets a MIME type's subtype comment. |
| 207 | 208 | * |
| 208 | 209 | * @param string Type's subtype comment. |
| 210 | + * @param string|null $comment |
|
| 209 | 211 | * |
| 210 | 212 | * @return $this |
| 211 | 213 | */ |