Completed
Push — master ( f02e4f...202a7d )
by
unknown
02:00
created
src/Extensions/SmokeReporter/Reporter/KoalamonSummaryReporter.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@  discard block
 block discarded – undo
4 4
 
5 5
 use Koalamon\Client\Reporter\Event;
6 6
 use Koalamon\Client\Reporter\Event\Attribute;
7
-use Koalamon\Client\Reporter\Event\Processor\MongoDBProcessor;
8 7
 use Koalamon\Client\Reporter\KoalamonException;
9 8
 use Koalamon\Client\Reporter\Reporter as KoalaReporter;
10 9
 use Symfony\Component\Console\Output\OutputInterface;
@@ -12,7 +11,6 @@  discard block
 block discarded – undo
12 11
 use whm\Smoke\Extensions\Leankoala\LeankoalaExtension;
13 12
 use whm\Smoke\Extensions\SmokeResponseRetriever\Retriever\Retriever;
14 13
 use whm\Smoke\Rules\CheckResult;
15
-use whm\Smoke\Scanner\Result;
16 14
 
17 15
 class KoalamonSummaryReporter implements Reporter
18 16
 {
Please login to merge, or discard this patch.