From 25b0d7c6c540615e854f941dc457f556bfca2408 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 2 Jan 2021 23:10:56 +0000 Subject: [PATCH] nitpicks --- .gitattributes | 3 +++ src/Helper/XMLParser.php | 1 + src/Server.php | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) 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) { -- 2.43.0