Skip to content

Commit

Permalink
nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jan 2, 2021
1 parent 537abd4 commit 25b0d7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/Helper/XMLParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

/**
* Deals with parsing the XML.
* @see http://xmlrpc.com/spec.md
*/
class XMLParser
{
Expand Down
1 change: 0 additions & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public function setDebug($level)
* character set.
*
* @param string $msg
* @access public
*/
public static function xmlrpc_debugmsg($msg)
{
Expand Down

0 comments on commit 25b0d7c

Please sign in to comment.