We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f469b29 commit 9930b7bCopy full SHA for 9930b7b
1 file changed
src/PhpXmlRpc.php
@@ -128,7 +128,8 @@ class PhpXmlRpc
128
public static $xmlrpcerruser = 800;
129
/**
130
* @var int
131
- * Let XML parse errors start at 100
+ * Let XML parse errors start at 100.
132
+ * The final code will be 100 + X, with X coming from https://www.php.net/manual/en/xml.error-codes.php
133
*/
134
public static $xmlrpcerrxml = 100;
135
0 commit comments