Skip to content

Commit

Permalink
applied some feedback about headers in the plugin manager documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Jan Barnhoorn <marc-jan@gekvansoftware.nl>
  • Loading branch information
marc-jan committed Jan 17, 2021
1 parent 7f72f56 commit 755fb9c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/book/plugin-manager.md
@@ -1,7 +1,5 @@
# Plugin Manager

## AdapterPluginManager

The `AdapterPluginManager` extends the laminas-servicemanager
`AbstractPluginManager`, and has the following behaviors:

Expand All @@ -10,7 +8,7 @@ The `AdapterPluginManager` extends the laminas-servicemanager
the namespace), in a variety of casing combinations.
- All services are shared by default; a new instance will only be created once and shared each time you call `get()`.

### AdapterPluginManagerFactory
## Factory

`Laminas\Serializer\AdapterPluginManager` is mapped to the factory
`Laminas\Serializer\AdapterPluginManagerFactory` when wired to the dependency
Expand Down

0 comments on commit 755fb9c

Please sign in to comment.