mscherer 7 years ago
parent
commit
4bcd6f7aa6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Http/Response.php

+ 2 - 2
src/Http/Response.php

@@ -1144,8 +1144,8 @@ class Response implements ResponseInterface
      *
      * This is needed for RequestHandlerComponent and recognition of types.
      *
-     * @param string $type
-     * @param string|array $definition
+     * @param string $type Content type.
+     * @param string|array $definition Definition of the content type.
      * @return void
      */
     public function setType($type, $definition)