influxdata / influxdb-client-php

InfluxDB (v2+) Client Library for PHP
https://influxdata.github.io/influxdb-client-php/
MIT License
151 stars 47 forks source link

docs: remove unused `@template T` in Client phpdoc #133

Closed jerodev closed 2 years ago

jerodev commented 2 years ago

This removes the redundant @template T phpdoc above the Client class.

the phpdoc currently breaks PHPStan checks, but I cannot find any use for it in the repository.

codecov-commenter commented 2 years ago

Codecov Report

Base: 74.93% // Head: 74.93% // No change to project coverage :thumbsup:

Coverage data is based on head (9acee40) compared to base (a99a464). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #133 +/- ## ========================================= Coverage 74.93% 74.93% Complexity 424 424 ========================================= Files 25 25 Lines 1093 1093 ========================================= Hits 819 819 Misses 274 274 ``` | [Impacted Files](https://codecov.io/gh/influxdata/influxdb-client-php/pull/133?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata) | Coverage Δ | | |---|---|---| | [src/InfluxDB2/Client.php](https://codecov.io/gh/influxdata/influxdb-client-php/pull/133/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-c3JjL0luZmx1eERCMi9DbGllbnQucGhw) | `93.75% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.