Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Aug 22, 2020
1 parent 9f3a700 commit 6f6aed5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/Container/EncoderFactory.md
Expand Up @@ -8,5 +8,5 @@ use Psr\Container\ContainerInterface;

$factory = new EncoderFactory();

$acceptNegotiator = $factory($container);
$encoder = $factory($container);
```
2 changes: 1 addition & 1 deletion doc/Container/NormalizerFactory.md
Expand Up @@ -8,5 +8,5 @@ use Psr\Container\ContainerInterface;

$factory = new NormalizerFactory();

$acceptNegotiator = $factory($container);
$normalizer = $factory($container);
```
2 changes: 1 addition & 1 deletion doc/Container/NormalizerObjectMappingRegistryFactory.md
Expand Up @@ -8,5 +8,5 @@ use Psr\Container\ContainerInterface;

$factory = new NormalizerObjectMappingRegistryFactory();

$acceptNegotiator = $factory($container);
$normalizerObjectMappingRegistry = $factory($container);
```
2 changes: 1 addition & 1 deletion doc/Container/SerializerFactory.md
Expand Up @@ -8,5 +8,5 @@ use Psr\Container\ContainerInterface;

$factory = new SerializerFactory();

$acceptNegotiator = $factory($container);
$serializer = $factory($container);
```

0 comments on commit 6f6aed5

Please sign in to comment.