Fix argument type in docblock.

This commit is contained in:
Michael Stenta 2017-12-16 10:42:27 -05:00
parent da0030f4ee
commit 97350bb708
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ function farm_livestock_animal_weight($asset) {
* The asset to add quantity measurements to.
* @param string $weight
* The animal's current weight.
* @param object $units
* @param string $units
* The units of measurement.
* @param int $timestamp
* The timestamp of the measurement. Defaults to the current time.