nitpick
authorgggeek <giunta.gaetano@gmail.com>
Sat, 2 Jan 2021 14:19:37 +0000 (14:19 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 2 Jan 2021 14:19:37 +0000 (14:19 +0000)
demo/vardemo.php

index 606fa2a..7b746f7 100644 (file)
@@ -1,8 +1,9 @@
-<html>
+<html lang="en">
 <head><title>xmlrpc</title></head>
 <body>
 <?php
 
+/// @todo allow autoloading when the library is installed as dependency
 include_once __DIR__ . '/../vendor/autoload.php';
 
 $req = new PhpXmlRpc\Request('examples.getStateName');