Skip to content

Commit 9930b7b

Browse files
committed
a comment
1 parent f469b29 commit 9930b7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/PhpXmlRpc.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ class PhpXmlRpc
128128
public static $xmlrpcerruser = 800;
129129
/**
130130
* @var int
131-
* Let XML parse errors start at 100
131+
* 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
132133
*/
133134
public static $xmlrpcerrxml = 100;
134135

0 commit comments

Comments
 (0)