Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 6 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
35 | public function setFormatter(FormatterInterface $formatter): HandlerInterface |
||
36 | { |
||
37 | if ($formatter instanceof TableSyncFormatter) { |
||
38 | return parent::setFormatter($formatter); |
||
39 | } |
||
40 | |||
41 | throw new InvalidArgumentException('InfluxDBHandler is only compatible with TableSyncFormatter'); |
||
42 | } |
||
54 |