Skip to content

Commit

Permalink
Fix CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Sep 23, 2018
1 parent fb720c7 commit 4bcd6f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Http/Response.php
Expand Up @@ -1144,8 +1144,8 @@ public function type($contentType = null)
*
* 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)
Expand Down

0 comments on commit 4bcd6f7

Please sign in to comment.