@@ -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\Helper\VersionCheck; |
| 4 | 4 | |
| 5 | -use Doctrine\Common\Cache\Cache; |
|
| 6 | 5 | use Doctrine\Common\Cache\CacheProvider; |
| 7 | 6 | use Exception; |
| 8 | 7 | use GuzzleHttp\Client; |