@@ -182,6 +182,11 @@ |
||
182 | 182 | return substr($string, 0, strpos($string, '_')); |
183 | 183 | } |
184 | 184 | |
185 | + /** |
|
186 | + * @param string $identifier |
|
187 | + * @param string $message |
|
188 | + * @param string $tool |
|
189 | + */ |
|
185 | 190 | private function send($identifier, $system, $message, $status, $value, $tool, $component) |
186 | 191 | { |
187 | 192 | $event = new Event($identifier, $system, $status, $tool, $message, $value, '', $component); |
@@ -72,6 +72,9 @@ |
||
72 | 72 | $this->output->writeln(''); |
73 | 73 | } |
74 | 74 | |
75 | + /** |
|
76 | + * @param integer $ruleKey |
|
77 | + */ |
|
75 | 78 | private function getFailedUrls($ruleKey) |
76 | 79 | { |
77 | 80 | $failedUrls = array(); |