[TASK] Add double to parsed objects
This commit is contained in:
parent
ba0f11ccfb
commit
802f44f51c
@ -91,6 +91,7 @@ class ApiUtility
|
|||||||
if (gettype($methodResult) == 'string'
|
if (gettype($methodResult) == 'string'
|
||||||
|| gettype($methodResult) == 'integer'
|
|| gettype($methodResult) == 'integer'
|
||||||
|| gettype($methodResult) == 'boolean'
|
|| gettype($methodResult) == 'boolean'
|
||||||
|
|| gettype($methodResult) == 'double'
|
||||||
) {
|
) {
|
||||||
$rowResult[$attributeName] = $methodResult;
|
$rowResult[$attributeName] = $methodResult;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user