@@ -21,8 +21,7 @@ |
||
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) |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | } |
135 | 135 | |
136 | 136 | /** |
137 | - * @return EntityInterface |
|
137 | + * @return HasPagePartsInterface |
|
138 | 138 | */ |
139 | 139 | public function getPage() |
140 | 140 | { |
@@ -337,7 +337,7 @@ discard block |
||
337 | 337 | } |
338 | 338 | |
339 | 339 | /** |
340 | - * @return array |
|
340 | + * @return PagePartInterface[] |
|
341 | 341 | */ |
342 | 342 | public function getPagePartMap() |
343 | 343 | { |
@@ -386,7 +386,7 @@ discard block |
||
386 | 386 | } |
387 | 387 | |
388 | 388 | /** |
389 | - * @param object $event |
|
389 | + * @param PagePartEvent $event |
|
390 | 390 | * @param string $eventName |
391 | 391 | * |
392 | 392 | * @return object |
@@ -69,7 +69,7 @@ |
||
69 | 69 | } |
70 | 70 | |
71 | 71 | /** |
72 | - * @param object $event |
|
72 | + * @param PreSitemapRenderEvent $event |
|
73 | 73 | * @param string $eventName |
74 | 74 | * |
75 | 75 | * @return object |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Kunstmaan\AdminBundle\DependencyInjection; |
4 | 4 | |
5 | -use Doctrine\Common\Cache\FilesystemCache; |
|
6 | 5 | use FOS\UserBundle\Form\Type\ResettingFormType; |
7 | 6 | use InvalidArgumentException; |
8 | 7 | use Kunstmaan\AdminBundle\Helper\Menu\MenuAdaptorInterface; |