@@ -106,13 +106,13 @@ |
||
| 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 = "") |
@@ -4,7 +4,6 @@ discard block |
||
| 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 |
||
| 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 | { |