Total Complexity | 7 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | trait CommandCommon |
||
17 | { |
||
18 | /** |
||
19 | * Collecting anonymous stat helps Deployer team improve developer experience. |
||
20 | * If you are not comfortable with this, you will always be able to disable this |
||
21 | * by setting DO_NOT_TRACK environment variable to `1`. |
||
22 | * @codeCoverageIgnore |
||
23 | */ |
||
24 | protected function telemetry(array $data = []): void |
||
43 |