Completed
Push — master ( 9b8114...2ed294 )
by Nils
02:31
created
src/Extensions/SmokeReporter/Reporter/LeankoalaReporter.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -182,6 +182,11 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
src/Extensions/SmokeReporter/Reporter/StandardCliReporter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -72,6 +72,9 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.