From: gggeek Date: Sat, 2 Jan 2021 23:10:56 +0000 (+0000) Subject: nitpicks X-Git-Tag: plcapi-7.1-0~3^2~66 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=25b0d7c6c540615e854f941dc457f556bfca2408 nitpicks --- diff --git a/.gitattributes b/.gitattributes index ac6919c..fdd5354 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,9 @@ +*.inc diff=php + demo/ export-ignore doc/ export-ignore extras/ export-ignore + tests/ export-ignore .editorconfig export-ignore .gitattributes export-ignore diff --git a/src/Helper/XMLParser.php b/src/Helper/XMLParser.php index 37f9884..2d3296d 100644 --- a/src/Helper/XMLParser.php +++ b/src/Helper/XMLParser.php @@ -7,6 +7,7 @@ use PhpXmlRpc\Value; /** * Deals with parsing the XML. + * @see http://xmlrpc.com/spec.md */ class XMLParser { diff --git a/src/Server.php b/src/Server.php index 081da3e..5b77ad4 100644 --- a/src/Server.php +++ b/src/Server.php @@ -149,7 +149,6 @@ class Server * character set. * * @param string $msg - * @access public */ public static function xmlrpc_debugmsg($msg) {