Completed
Push — master ( 081d57...8531f3 )
by Nils
04:11
created
src/Extensions/SmokeReporter/Reporter/KoalamonReporter.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -159,6 +159,10 @@
 block discarded – undo
159 159
         }
160 160
     }
161 161
 
162
+    /**
163
+     * @param string $identifier
164
+     * @param string $message
165
+     */
162 166
     public function send($identifier, $system, $message, $status, $url = '', $value = 0)
163 167
     {
164 168
         $event = new Event($identifier, $system, $status, $this->tool, $message, $value);
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         $this->collect = $collect;
52 52
         $this->identifier = $identifier;
53 53
 
54
-        if($tool) {
54
+        if ($tool) {
55 55
             $this->tool = $tool;
56 56
         }
57 57
 
Please login to merge, or discard this patch.