Skip to content

Commit

Permalink
qa: fix documentation 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 Jun 30, 2021
1 parent 8212158 commit a09cf50
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ return [
> The configuration for the session itself is optional, but the
> [factory `Laminas\Session\Config\SessionConfig`](../config.md#service-manager-factory),
> which is registered for configuration data, expects an array under the key
> `session_config`.
> `session_config`.
>
> A minimum configuration is:
>
Expand Down Expand Up @@ -79,10 +79,11 @@ class AlbumController extends AbstractActionController
```

To [register the controller](https://docs.laminas.dev/laminas-mvc/quick-start/#create-a-route)
for the application, extend the configuration of the module.
for the application, extend the configuration of the module.
Add the following lines to the module configuration file, e.g.
`module/Album/config/module.config.php`:

<!-- markdownlint-disable MD033 -->
<pre class="language-php" data-line="8-9"><code>
namespace Album;

Expand Down Expand Up @@ -128,4 +129,3 @@ public function addAction()
];
}
```

0 comments on commit a09cf50

Please sign in to comment.