@@ -59,7 +59,7 @@ |
||
59 | 59 | |
60 | 60 | /** |
61 | 61 | * @param array $arguments |
62 | - * @param callable $renderChildrenClosure |
|
62 | + * @param \Closure $renderChildrenClosure |
|
63 | 63 | * @param RenderingContextInterface $renderingContext |
64 | 64 | * @return string |
65 | 65 | */ |
@@ -59,7 +59,7 @@ |
||
59 | 59 | |
60 | 60 | /** |
61 | 61 | * @param array $arguments |
62 | - * @param callable $renderChildrenClosure |
|
62 | + * @param \Closure $renderChildrenClosure |
|
63 | 63 | * @param RenderingContextInterface $renderingContext |
64 | 64 | * @return string |
65 | 65 | */ |
@@ -14,10 +14,7 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\ViewHelpers\Uri\AbstractUriViewHelper; |
19 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
20 | -use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder; |
|
21 | 18 | use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface; |
22 | 19 | use TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface; |
23 | 20 |
@@ -59,7 +59,7 @@ |
||
59 | 59 | |
60 | 60 | /** |
61 | 61 | * @param array $arguments |
62 | - * @param callable $renderChildrenClosure |
|
62 | + * @param \Closure $renderChildrenClosure |
|
63 | 63 | * @param RenderingContextInterface $renderingContext |
64 | 64 | * @return string |
65 | 65 | */ |
@@ -14,10 +14,7 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\ViewHelpers\Uri\AbstractUriViewHelper; |
19 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
20 | -use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder; |
|
21 | 18 | use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface; |
22 | 19 | use TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface; |
23 | 20 |
@@ -59,7 +59,7 @@ |
||
59 | 59 | |
60 | 60 | /** |
61 | 61 | * @param array $arguments |
62 | - * @param callable $renderChildrenClosure |
|
62 | + * @param \Closure $renderChildrenClosure |
|
63 | 63 | * @param RenderingContextInterface $renderingContext |
64 | 64 | * @return string |
65 | 65 | */ |
@@ -14,10 +14,7 @@ |
||
14 | 14 | * The TYPO3 project - inspiring people to share! |
15 | 15 | */ |
16 | 16 | |
17 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
|
18 | 17 | use ApacheSolrForTypo3\Solr\ViewHelpers\Uri\AbstractUriViewHelper; |
19 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
20 | -use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder; |
|
21 | 18 | use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface; |
22 | 19 | use TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface; |
23 | 20 |
@@ -24,7 +24,7 @@ |
||
24 | 24 | * @param string $time |
25 | 25 | * @param \DateTimeZone $timezone |
26 | 26 | */ |
27 | - public function __construct($time = 'now', \DateTimeZone $timezone=null) |
|
27 | + public function __construct($time = 'now', \DateTimeZone $timezone = null) |
|
28 | 28 | { |
29 | 29 | parent::__construct($time, $timezone); |
30 | 30 | } |