We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3702672 commit 394c290Copy full SHA for 394c290
1 file changed
src/Runtime/NumericValue.php
@@ -8,7 +8,7 @@
8
class NumericValue extends RuntimeValue {
9
public string $type = "NumericValue";
10
11
- public function __construct(float|int $value) {
+ public function __construct($value) {
12
parent::__construct($value);
13
}
14
-}
+}
0 commit comments