@@ -52,7 +52,7 @@ |
||
| 52 | 52 | |
| 53 | 53 | /** |
| 54 | 54 | * @param array $arguments |
| 55 | - * @param callable $renderChildrenClosure |
|
| 55 | + * @param \Closure $renderChildrenClosure |
|
| 56 | 56 | * @param RenderingContextInterface $renderingContext |
| 57 | 57 | * @return string |
| 58 | 58 | */ |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | 52 | * @param array $arguments |
| 53 | - * @param callable $renderChildrenClosure |
|
| 53 | + * @param \Closure $renderChildrenClosure |
|
| 54 | 54 | * @param RenderingContextInterface $renderingContext |
| 55 | 55 | * @return string |
| 56 | 56 | */ |
@@ -14,7 +14,6 @@ |
||
| 14 | 14 | * The TYPO3 project - inspiring people to share! |
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
|
| 18 | 17 | use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface; |
| 19 | 18 | use TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface; |
| 20 | 19 | |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | } |
| 50 | 50 | /** |
| 51 | 51 | * @param array $arguments |
| 52 | - * @param callable $renderChildrenClosure |
|
| 52 | + * @param \Closure $renderChildrenClosure |
|
| 53 | 53 | * @param RenderingContextInterface $renderingContext |
| 54 | 54 | * @return string |
| 55 | 55 | * @throws \InvalidArgumentException |
@@ -14,16 +14,7 @@ |
||
| 14 | 14 | * The TYPO3 project - inspiring people to share! |
| 15 | 15 | */ |
| 16 | 16 | |
| 17 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\SearchResultSet; |
|
| 18 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\AbstractFacet; |
|
| 19 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\OptionsFacet\Option; |
|
| 20 | -use ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\OptionsFacet\OptionsFacet; |
|
| 21 | -use ApacheSolrForTypo3\Solr\Domain\Search\Uri\SearchUriBuilder; |
|
| 22 | -use ApacheSolrForTypo3\Solr\Mvc\Controller\SolrControllerContext; |
|
| 23 | -use ApacheSolrForTypo3\Solr\ViewHelpers\AbstractTagBasedViewHelper; |
|
| 24 | 17 | use ApacheSolrForTypo3\Solr\ViewHelpers\Uri\AbstractUriViewHelper; |
| 25 | -use TYPO3\CMS\Core\Utility\GeneralUtility; |
|
| 26 | -use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder; |
|
| 27 | 18 | use TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface; |
| 28 | 19 | use TYPO3\CMS\Fluid\Core\ViewHelper\Facets\CompilableInterface; |
| 29 | 20 | |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | |
| 45 | 45 | /** |
| 46 | 46 | * @param array $arguments |
| 47 | - * @param callable $renderChildrenClosure |
|
| 47 | + * @param \Closure $renderChildrenClosure |
|
| 48 | 48 | * @param RenderingContextInterface $renderingContext |
| 49 | 49 | * @return string |
| 50 | 50 | * @throws \InvalidArgumentException |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | 50 | * @param array $arguments |
| 51 | - * @param callable $renderChildrenClosure |
|
| 51 | + * @param \Closure $renderChildrenClosure |
|
| 52 | 52 | * @param RenderingContextInterface $renderingContext |
| 53 | 53 | * @return string |
| 54 | 54 | */ |
@@ -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 | |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | 47 | * @param array $arguments |
| 48 | - * @param callable $renderChildrenClosure |
|
| 48 | + * @param \Closure $renderChildrenClosure |
|
| 49 | 49 | * @param RenderingContextInterface $renderingContext |
| 50 | 50 | * @return string |
| 51 | 51 | */ |
@@ -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 | |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | 48 | * @param array $arguments |
| 49 | - * @param callable|\Closure $renderChildrenClosure |
|
| 49 | + * @param \Closure $renderChildrenClosure |
|
| 50 | 50 | * @param RenderingContextInterface $renderingContext |
| 51 | 51 | * @return string |
| 52 | 52 | */ |
@@ -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 | |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | 47 | * @param array $arguments |
| 48 | - * @param callable $renderChildrenClosure |
|
| 48 | + * @param \Closure $renderChildrenClosure |
|
| 49 | 49 | * @param RenderingContextInterface $renderingContext |
| 50 | 50 | * @return string |
| 51 | 51 | */ |
@@ -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 | |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | |
| 48 | 48 | /** |
| 49 | 49 | * @param array $arguments |
| 50 | - * @param callable $renderChildrenClosure |
|
| 50 | + * @param \Closure $renderChildrenClosure |
|
| 51 | 51 | * @param RenderingContextInterface $renderingContext |
| 52 | 52 | * @return string |
| 53 | 53 | */ |
@@ -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 | |