mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
FIX [calculator] type cast result to a float
This commit is contained in:
parent
bd5dab2215
commit
4489098add
@ -21,7 +21,7 @@ class CalculatorResult
|
|||||||
|
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
public $result;
|
public float $result;
|
||||||
|
|
||||||
public $type;
|
public $type;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user