Failed Conditions
Pull Request — master (#1307)
by Timo
21:30
created
Domain/Search/ResultSet/Facets/OptionBased/Options/OptionsFacetParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * @param SearchResultSet $resultSet
31 31
      * @param string $facetName
32 32
      * @param array $facetConfiguration
33
-     * @return OptionsFacet|null
33
+     * @return null|\ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\OptionBased\AbstractOptionsFacet
34 34
      */
35 35
     public function parse(SearchResultSet $resultSet, $facetName, array $facetConfiguration)
36 36
     {
Please login to merge, or discard this patch.
Search/ResultSet/Facets/OptionBased/QueryGroup/QueryGroupFacetParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * @param SearchResultSet $resultSet
33 33
      * @param string $facetName
34 34
      * @param array $facetConfiguration
35
-     * @return QueryGroupFacet|null
35
+     * @return null|\ApacheSolrForTypo3\Solr\Domain\Search\ResultSet\Facets\OptionBased\AbstractOptionsFacet
36 36
      */
37 37
     public function parse(SearchResultSet $resultSet, $facetName, array $facetConfiguration)
38 38
     {
Please login to merge, or discard this patch.
Domain/Search/ResultSet/Facets/RangeBased/AbstractRangeFacetParser.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -30,6 +30,8 @@
 block discarded – undo
30 30
      * @param SearchResultSet $resultSet
31 31
      * @param string $facetName
32 32
      * @param array $facetConfiguration
33
+     * @param string $facetClass
34
+     * @param string $facetRangeCountClass
33 35
      * @return AbstractRangeFacet|null
34 36
      */
35 37
     protected function getParsedFacet(SearchResultSet $resultSet, $facetName, array $facetConfiguration, $facetClass, $facetItemClass, $facetRangeCountClass)
Please login to merge, or discard this patch.
Classes/Domain/Search/ResultSet/Sorting/Sorting.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
     }
148 148
 
149 149
     /**
150
-     * @param $direction
150
+     * @param string $direction
151 151
      * @return string
152 152
      */
153 153
     public static function getOppositeDirectionFromDirection($direction)
Please login to merge, or discard this patch.
Classes/ViewHelpers/Debug/DocumentScoreAnalyzerViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Classes/ViewHelpers/Debug/QueryViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Classes/ViewHelpers/Document/HighlightResultViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 
57 57
     /**
58 58
      * @param array $arguments
59
-     * @param callable $renderChildrenClosure
59
+     * @param \Closure $renderChildrenClosure
60 60
      * @param RenderingContextInterface $renderingContext
61 61
      * @return string
62 62
      */
Please login to merge, or discard this patch.
Classes/ViewHelpers/Document/RelevanceViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 
56 56
     /**
57 57
      * @param array $arguments
58
-     * @param callable $renderChildrenClosure
58
+     * @param \Closure $renderChildrenClosure
59 59
      * @param RenderingContextInterface $renderingContext
60 60
      * @return string
61 61
      */
Please login to merge, or discard this patch.
Classes/ViewHelpers/Facet/Area/GroupViewHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.