We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6eff7a + 747c898 commit 0b4a1acCopy full SHA for 0b4a1ac
EventListener/MimeTypeListener.php
@@ -32,10 +32,12 @@ class MimeTypeListener
32
* @var FormatNegotiator
33
*/
34
private $formatNegotiator;
35
+
36
/**
37
* Constructor.
38
*
- * @param array $mimeTypes key format, value mime type
39
+ * @param array $mimeTypes key format, value mime type
40
+ * @param FormatNegotiator $formatNegotiator the format Negotiator
41
42
public function __construct(array $mimeTypes, FormatNegotiator $formatNegotiator)
43
{
0 commit comments