mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
FIX [calculator] type cast result to a float
This commit is contained in:
@@ -21,7 +21,7 @@ class CalculatorResult
|
|||||||
|
|
||||||
public $label;
|
public $label;
|
||||||
|
|
||||||
public $result;
|
public float $result;
|
||||||
|
|
||||||
public $type;
|
public $type;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user