diff --git a/docs/book/v4/cli-commands/generate-ahead-of-time-factories.md b/docs/book/v4/cli-commands/generate-ahead-of-time-factories.md index 00a228d7..e1415a5b 100644 --- a/docs/book/v4/cli-commands/generate-ahead-of-time-factories.md +++ b/docs/book/v4/cli-commands/generate-ahead-of-time-factories.md @@ -77,9 +77,9 @@ This will provide composer with the information, that PHP classes can be found w > Those files containing `[*.]local.php` are ignored via `.gitignore` so that these are not accidentally committed. > The configuration merge will happen in the following order: > -> 1. global configurations are used first -> 2. global configurations are overridden by environment specific configurations -> 3. global and environment specific configurations are overridden by local configurations +> 1. global configurations are used first +> 2. global configurations are overridden by environment specific configurations +> 3. global and environment specific configurations are overridden by local configurations The CLI command to generate the factories expects a path to a file, which will be created (or overridden) and which will contain **all** service <=> factory entries for the projects container and plugin-managers. diff --git a/docs/book/v4/cli-commands/generate-dependencies-for-config-factory.md b/docs/book/v4/cli-commands/generate-dependencies-for-config-factory.md index cc0f5cf8..e6718609 100644 --- a/docs/book/v4/cli-commands/generate-dependencies-for-config-factory.md +++ b/docs/book/v4/cli-commands/generate-dependencies-for-config-factory.md @@ -28,4 +28,4 @@ Use these flags when you have typehints to classes that cannot be resolved. When you omit the flag, such classes will cause the tool to fail with an exception message. By adding the flag, you can have it continue and produce configuration. This option is particularly useful when typehints are on -interfaces or resolve to services served by other abstract factories. \ No newline at end of file +interfaces or resolve to services served by other abstract factories. diff --git a/docs/book/v4/cli-commands/generate-factory-for-class.md b/docs/book/v4/cli-commands/generate-factory-for-class.md index 399cbcce..b8552227 100644 --- a/docs/book/v4/cli-commands/generate-factory-for-class.md +++ b/docs/book/v4/cli-commands/generate-factory-for-class.md @@ -25,4 +25,4 @@ $ ./vendor/bin/laminas servicemanager:generate-factory-for-class \ ``` The class generated implements `Laminas\ServiceManager\Factory\FactoryInterface`, -and is generated within the same namespace as the originating class. \ No newline at end of file +and is generated within the same namespace as the originating class. diff --git a/docs/book/v4/cli-commands/introduction.md b/docs/book/v4/cli-commands/introduction.md index 2b50f68a..5c9a389b 100644 --- a/docs/book/v4/cli-commands/introduction.md +++ b/docs/book/v4/cli-commands/introduction.md @@ -4,7 +4,7 @@ INFO: Starting in 4.0.0, `laminas-servicemanager` moved the CLI tooling to [`laminas-cli`](https://docs.laminas.dev/laminas-cli/) and provides several commands to be executed. > MISSING: **Installation Requirements** -> +> > To run the console tools with `laminas-servicemanager`, the `laminas/laminas-cli` component needs to be added to the project dependencies. > > ```bash @@ -21,4 +21,4 @@ Starting in 4.0.0, `laminas-servicemanager` moved the CLI tooling to [`laminas-c ## Learn More -- [laminas-cli: Writing Custom Commands for laminas-mvc and Mezzio based Applications](https://docs.laminas.dev/laminas-cli/) \ No newline at end of file +- [laminas-cli: Writing Custom Commands for laminas-mvc and Mezzio based Applications](https://docs.laminas.dev/laminas-cli/)