correct phpdoc for data_update() (#4481)

This commit is contained in:
Tony Murray
2016-09-18 07:11:12 -05:00
committed by GitHub
parent 45e41ad02e
commit b8d085202d

View File

@@ -53,7 +53,8 @@ function rrd_array_filter($arr)
* @param array $device
* @param string $measurement Name of this measurement
* @param array $tags tags for the data (or to control rrdtool)
* @param array $fields
* @param array|mixed $fields The data to update in an associative array, the order must be consistent with rrd_def,
* single values are allowed and will be paired with $measurement
*/
function data_update($device, $measurement, $tags, $fields)
{