Skip to content

Commit

Permalink
docs: fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Feb 17, 2021
1 parent a41305b commit a5c4beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/book/auto-discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ $wsdl->dump("/path/to/file.wsdl");
$dom = $wsdl->toDomDocument();
```

<!-- markdownlint-disable-next-line MD001 -->
> ### AutoDiscover !== Server
>
> `AutoDiscover` *is not a `Server` instance*; it cannot and does not act as a
Expand Down
2 changes: 1 addition & 1 deletion doc/book/wsdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit a5c4beb

Please sign in to comment.