@@ -80,7 +80,6 @@ discard block |
||
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 |
||
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) |