Skip to content

Commit

Permalink
Merge pull request #618 from liuggio/patch-2
Browse files Browse the repository at this point in the history
minor CS fixed
  • Loading branch information
lsmith77 committed Nov 25, 2013
2 parents a6eff7a + 747c898 commit 0b4a1ac
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 0b4a1ac

Please sign in to comment.