Completed
Push — master ( 44c2f0...c10809 )
by Nils
03:26
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
         if ($status != CheckResult::STATUS_NONE) {
Please login to merge, or discard this patch.