Total Complexity | 4 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class InventorioCloudReporter |
||
11 | { |
||
12 | const COLLECT_URL = 'https://collect.inventorio.cloud/collect/index.php'; |
||
13 | private Client $client; |
||
14 | |||
15 | public function __construct() |
||
16 | { |
||
17 | $this->client = new Client(); |
||
18 | } |
||
19 | |||
20 | public function report(string $serverId, array $data): void |
||
37 | } |
||
38 | } |
||
39 | } |