@@ -39,7 +39,6 @@ |
||
39 | 39 | * @param MimeTypeGuesserInterface $mimeGuesser |
40 | 40 | * @param ExtensionGuesserInterface $extensionGuesser |
41 | 41 | * @param string[] $dataRoots |
42 | - * @param LocatorInterface $locator |
|
43 | 42 | */ |
44 | 43 | public function __construct( |
45 | 44 | MimeTypeGuesserInterface $mimeGuesser, |
@@ -15,6 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | /** |
17 | 17 | * @param array $options[] |
18 | + * @return void |
|
18 | 19 | */ |
19 | 20 | public function setOptions(array $options = array()); |
20 | 21 |