Skip to content

Commit

Permalink
Fix up comment example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 1, 2018
1 parent 5e355ee commit 6d72604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Response.php
Expand Up @@ -1140,7 +1140,7 @@ public function type($contentType = null)
/**
* Sets a content type definition into the map.
*
* E.g.: setType('xhtml' => ['application/xhtml+xml', 'application/xhtml'])
* E.g.: setTypeMap('xhtml', ['application/xhtml+xml', 'application/xhtml'])
*
* This is needed for RequestHandlerComponent and recognition of types.
*
Expand Down

0 comments on commit 6d72604

Please sign in to comment.