Completed
Push — master ( f02e4f...202a7d )
by
unknown
02:00
created
src/Extensions/SmokeReporter/Reporter/KoalamonSummaryReporter.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -106,13 +106,13 @@
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @param $identifier
110
-     * @param $system
111
-     * @param $message
109
+     * @param string $identifier
110
+     * @param string $system
111
+     * @param string $message
112 112
      * @param $status
113
-     * @param $value
114
-     * @param $tool
115
-     * @param $component
113
+     * @param integer $value
114
+     * @param string $tool
115
+     * @param string $component
116 116
      * @param Attribute[] $attributes
117 117
      */
118 118
     private function send($identifier, $system, $message, $status, $value, $tool, $component, $attributes = [], $url = "")
Please login to merge, or discard this patch.