|
@@ -21,8 +21,7 @@ |
|
|
block discarded – undo |
|
21
|
21
|
|
|
22
|
22
|
/** |
|
23
|
23
|
* @param int $priority |
|
24
|
|
- * @param MimeTypeGuesserFactoryInterface|MimeTypesInterface $mimeTypeGuesserFactory |
|
25
|
|
- * @param ExtensionGuesserFactoryInterface|null $extensionGuesserFactoryInterface |
|
|
24
|
+ * @param \Symfony\Component\Mime\MimeTypes $mimeTypeGuesser |
|
26
|
25
|
* @param string $aviaryApiKey |
|
27
|
26
|
*/ |
|
28
|
27
|
public function __construct($priority, $mimeTypeGuesser, $extensionGuesser, $aviaryApiKey = null) |
Please login to merge, or discard this patch.