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