Skip to content

Commit

Permalink
docs: provide whitespaces so that HTML conversion will have expected …
Browse files Browse the repository at this point in the history
…line-breaks

Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Apr 9, 2023
1 parent 9035a2d commit 50e72c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/book/v4/console-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To run the console tools with `laminas-servicemanager` v4, the [`laminas/laminas
> ```shell
> $ composer require laminas/laminas-cli
> ```
>
> _In case laminas-cli is only required to consume these console tools, you might consider using the `--dev` flag._
## Available Commands
Expand Down Expand Up @@ -99,4 +100,5 @@ Options:
This utility will generate factories in the same way as [servicemanager:generate-factory-for-class](#generate-factory-for-class). The main difference is, that it will scan the whole project configuration for the usage of `ReflectionBasedAbstractFactory` within **any** ServiceManager look-a-like configuration (i.e. explicit usage within `factories`) and auto-generates factories for all of these services **plus** creates a configuration file which overrides **all** ServiceManager look-a-like configurations so that these consume the generated factories.
For more details and how to set up a project so that all factories are properly replaced, refer to the [dedicated command documentation](ahead-of-time-factories.md).

0 comments on commit 50e72c7

Please sign in to comment.