Skip to content

Commit f469b29

Browse files
committed
a comment
1 parent 8b858c4 commit f469b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PhpXmlRpc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class PhpXmlRpc
4343
'xml_not_compliant' => 2, // client
4444
'xml_parsing_error' => 2, // client
4545

46-
/// @todo verify: can these conflict with $xmlrpcerrxml?
46+
/// @todo fix: those do all conflict with $xmlrpcerrxml+X (with X being an `xml_get_error_code` error). Start at 150?
4747
'cannot_decompress' => 103,
4848
'decompress_fail' => 104,
4949
'dechunk_fail' => 105,

0 commit comments

Comments
 (0)