influxdata / influxdb-php

influxdb-php: A PHP Client for InfluxDB, a time series database
http://influxdb.com
MIT License
432 stars 125 forks source link

Fix contradictory left hand conditions guidelines #136

Open pdelre opened 5 years ago

pdelre commented 5 years ago

Using left hand conditions is listed in both the required and optional guidelines, which is contradictory. This removes the optional guideline and provides the example of desired usage in the required guideline.