From 110420d1b8226ed6c23df027b3a0ed39ef01d102 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 7 Jan 2023 18:14:06 +0000 Subject: [PATCH] doc nipticks - force testing of CD pipeline --- doc/manual/index.html | 2 +- doc/manual/phpxmlrpc_manual.adoc | 2 +- src/Helper/Http.php | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/manual/index.html b/doc/manual/index.html index 9695b973..c318b913 100644 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -12,7 +12,7 @@ const content = "include::phpxmlrpc_manual.adoc[]" try { let html = asciidoctor.convert(content, {safe: 'safe'}); - /// @todo we should make this error parsing more robust, in case we want to load a different version of jsmin above + /// @todo we should make this error parsing more robust, in case we want to load a different version of asciidoctor.min.js above if (html.includes('Unresolved directive in <stdin> - include::phpxmlrpc_manual.adoc[]')) { html = 'ERROR: you are most likely viewing this file by loading it from the filesystem. You need to view it via an http request, ie. use a webserver.' } diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index c7960b2c..7fe5ab5a 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -1,7 +1,7 @@ = XML-RPC for PHP User Manual Gaetano Giunta; Edd Dumbill 4.9.4 -:keywords: xmlrpc, xml, rpc, webservices, http +:keywords: xml-rpc, xml, rpc, webservices, http :title-page: :toc: :toclevels: 3 diff --git a/src/Helper/Http.php b/src/Helper/Http.php index 38cfab6b..ca0f4ae9 100644 --- a/src/Helper/Http.php +++ b/src/Helper/Http.php @@ -5,7 +5,10 @@ namespace PhpXmlRpc\Helper; use PhpXmlRpc\Exception\HttpException; use PhpXmlRpc\PhpXmlRpc; -/// @todo allow usage of a custom Logger via the DIC(ish) pattern we use in other classes +/** + * + * @todo allow usage of a custom Logger via the DIC(ish) pattern we use in other classes + */ class Http { /** -- 2.47.0