Test Failed
Pull Request — master (#15)
by mon
02:42
created
src/Type.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,6 +173,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.