We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9846ae commit aeb22b4Copy full SHA for aeb22b4
1 file changed
tests/WebFiori/Tests/Obj1.php
@@ -38,7 +38,7 @@ public function getProperty04() {
38
}
39
public function toJSON() : Json {
40
$json = new Json();
41
- $json->addString('property-00', $this->getProperty00());
+ $json->addNumber('property-00', $this->getProperty00());
42
$json->addNumber('property-01', $this->getProperty01());
43
$json->add('property-02', $this->getProperty02());
44
return $json;
0 commit comments