3
0

upd(all): parse uint64 from post arrays

This commit is contained in:
Tit Petric
2018-10-25 12:10:35 +02:00
parent abc510a133
commit e36621f016
7 changed files with 42 additions and 7 deletions

View File

@@ -76,6 +76,7 @@ usort($apis, function($a, $b) {
$parsers = array(
"uint64" => "parseUInt64",
"[]uint64" => "parseUInt64A",
"int" => "parseInt",
"bool" => "parseBool",
"types.JSONText" => "parseJSONText",