pgb_liv\php_ms\Core\MassTrait::setAverageMass
Sets the average mass for this object
Signature
public function setAverageMass(float
$mass )
Parameters
$mass— float
The average mass to set
Errors/Exceptions
-
InvalidArgumentException - If argument 1 is not of type float
Violations
Checkstyle
| Line | Column | Severity | Message |
|---|---|---|---|
| 77 | 1 | error | Multi-line function call not indented correctly; expected 12 spaces but found 16 |
| 77 | 106 | error | Closing parenthesis of a multi-line function call must be on a line by itself |