Skip to content

Commit

Permalink
Minor docs linting fixes
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Oct 28, 2024
1 parent 05c7b97 commit be73fda
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/book/v4/cli-commands/generate-ahead-of-time-factories.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
interfaces or resolve to services served by other abstract factories.
2 changes: 1 addition & 1 deletion docs/book/v4/cli-commands/generate-factory-for-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
and is generated within the same namespace as the originating class.
4 changes: 2 additions & 2 deletions docs/book/v4/cli-commands/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/)
- [laminas-cli: Writing Custom Commands for laminas-mvc and Mezzio based Applications](https://docs.laminas.dev/laminas-cli/)

0 comments on commit be73fda

Please sign in to comment.