Passed
Pull Request — master (#1764)
by Timo
09:42
created
Domain/Search/ResultSet/Facets/OptionBased/Options/OptionsFacetParser.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,6 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @param array $facetConfiguration
84 83
      * @param string $facetName
85 84
      * @param \Apache_Solr_Response $response
86 85
      * @return array
@@ -102,8 +101,8 @@  discard block
 block discarded – undo
102 101
     }
103 102
 
104 103
     /**
105
-     * @param string $fieldName
106 104
      * @param \Apache_Solr_Response $response
105
+     * @param string $facetName
107 106
      * @return array
108 107
      */
109 108
     protected function getMetricsFromSolrResponse($facetName, \Apache_Solr_Response $response)
Please login to merge, or discard this patch.