nitpicks
authorgggeek <giunta.gaetano@gmail.com>
Sat, 2 Jan 2021 23:10:56 +0000 (23:10 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 2 Jan 2021 23:10:56 +0000 (23:10 +0000)
.gitattributes
src/Helper/XMLParser.php
src/Server.php

index ac6919c..fdd5354 100644 (file)
@@ -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
index 37f9884..2d3296d 100644 (file)
@@ -7,6 +7,7 @@ use PhpXmlRpc\Value;
 
 /**
  * Deals with parsing the XML.
+ * @see http://xmlrpc.com/spec.md
  */
 class XMLParser
 {
index 081da3e..5b77ad4 100644 (file)
@@ -149,7 +149,6 @@ class Server
      * character set.
      *
      * @param string $msg
-     * @access public
      */
     public static function xmlrpc_debugmsg($msg)
     {