We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e504802 + cb5620e commit 0538661Copy full SHA for 0538661
debugger/action.php
@@ -409,7 +409,7 @@
409
switch($type) {
410
case 'undefined':
411
break;
412
- case 'null';
+ case 'null':
413
$type = 'nil';
414
// fall thru intentionally
415
default:
src/Wrapper.php
@@ -66,7 +66,7 @@ public function php2XmlrpcType($phpType)
66
case 'true':
67
return Value::$xmlrpcBoolean;
68
case Value::$xmlrpcArray: // 'array':
69
- case 'array[]';
+ case 'array[]':
70
return Value::$xmlrpcArray;
71
case 'object':
72
case Value::$xmlrpcStruct: // 'struct'
0 commit comments