From a5c4bebb6d08ee459c3359a53fa1b16d3eee62c9 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 17 Feb 2021 11:49:50 -0600 Subject: [PATCH] docs: fix linting errors Signed-off-by: Matthew Weier O'Phinney --- doc/book/auto-discovery.md | 1 + doc/book/wsdl.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/book/auto-discovery.md b/doc/book/auto-discovery.md index bbe308f1..2141323f 100644 --- a/doc/book/auto-discovery.md +++ b/doc/book/auto-discovery.md @@ -64,6 +64,7 @@ $wsdl->dump("/path/to/file.wsdl"); $dom = $wsdl->toDomDocument(); ``` + > ### AutoDiscover !== Server > > `AutoDiscover` *is not a `Server` instance*; it cannot and does not act as a diff --git a/doc/book/wsdl.md b/doc/book/wsdl.md index 4e91dd56..1bc26d9e 100644 --- a/doc/book/wsdl.md +++ b/doc/book/wsdl.md @@ -308,7 +308,7 @@ for more details. To automatically generate documentation for complex types add a class implementing `Laminas\Soap\Wsdl\DocumentationStrategy\DocumentationStrategyInterface` to your -complex type strategy. A `ReflectionDocumentation` strategy is included, which +complex type strategy. A `ReflectionDocumentation` strategy is included, which will parse class and property docblocks and generate documentation based on the comments found: