influxdata / influxdb-client-php

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

docs: fix PHPDoc in pair of classes #142

Closed NicoP-S closed 1 year ago

NicoP-S commented 1 year ago

Proposed Changes

This corrects the PHPDoc in two classes

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (e7b7c8e) 74.93% compared to head (f6d49c6) 74.93%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #142 +/- ## ========================================= Coverage 74.93% 74.93% Complexity 424 424 ========================================= Files 25 25 Lines 1093 1093 ========================================= Hits 819 819 Misses 274 274 ``` | [Impacted Files](https://app.codecov.io/gh/influxdata/influxdb-client-php/pull/142?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata) | Coverage Δ | | |---|---|---| | [src/InfluxDB2/FluxCsvParser.php](https://app.codecov.io/gh/influxdata/influxdb-client-php/pull/142?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-c3JjL0luZmx1eERCMi9GbHV4Q3N2UGFyc2VyLnBocA==) | `100.00% <ø> (ø)` | | | [src/InfluxDB2/FluxTable.php](https://app.codecov.io/gh/influxdata/influxdb-client-php/pull/142?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=influxdata#diff-c3JjL0luZmx1eERCMi9GbHV4VGFibGUucGhw) | `100.00% <ø> (ø)` | |

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

powersj commented 1 year ago

Thanks!