[The docs](https://github.com/gggeek/phpxmlrpc/blob/master/doc/manual/phpxmlrpc_manual.adoc#setdebug) state that the valid values for `setDebug` are 0,1,2,3 but [the source code](https://github.com/gggeek/phpxmlrpc/blob/master/src/Client.php#L449) states that valid values are -1, 0, 1, and 2. Which one is correct? It would be nice to add class constants for those values, anyway.
The docs state that the valid values for
setDebugare 0,1,2,3 but the source code states that valid values are -1, 0, 1, and 2. Which one is correct?It would be nice to add class constants for those values, anyway.