@@ -36,7 +36,7 @@ |
||
36 | 36 | } |
37 | 37 | /** |
38 | 38 | * Check solr ping url. |
39 | - * @return metric 0 KO, 1 OK |
|
39 | + * @return integer 0 KO, 1 OK |
|
40 | 40 | */ |
41 | 41 | public function getMetric() |
42 | 42 | { |
@@ -92,7 +92,7 @@ |
||
92 | 92 | } |
93 | 93 | |
94 | 94 | /** |
95 | - * @return The metrics name associate to an alarm name. |
|
95 | + * @return string|null metrics name associate to an alarm name. |
|
96 | 96 | */ |
97 | 97 | public function getMetricName($alarm) { |
98 | 98 | switch ($alarm) { |