Add
class Add extends NumberMutator (View source)
Add a number to a numeric value.
Methods
__construct(float|int $addend)
No description
float|int
mutateNumber(float|int $value)
No description
Details
__construct(float|int $addend)
No description
static Add
make(float|int $addend)
No description
mixed
mutate(mixed $value)
Mutate the input value.
protected float|int
mutateNumber(float|int $value)
No description