Skip to content

Commit

Permalink
CS fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuggio committed Nov 25, 2013
1 parent a6eff7a commit 747c898
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EventListener/MimeTypeListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ class MimeTypeListener
* @var FormatNegotiator
*/
private $formatNegotiator;

/**
* Constructor.
*
* @param array $mimeTypes key format, value mime type
* @param array $mimeTypes key format, value mime type
* @param FormatNegotiator $formatNegotiator the format Negotiator
*/
public function __construct(array $mimeTypes, FormatNegotiator $formatNegotiator)
{
Expand Down

0 comments on commit 747c898

Please sign in to comment.