Skip to content

Commit

Permalink
Remove unnecessary anchors
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Setter <[email protected]>
  • Loading branch information
settermjd authored and weierophinney committed Oct 6, 2020
1 parent aa106c9 commit e931241
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/book/v3/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ $hydrator = new Hydrator\ArraySerializableHydrator();
$data = $hydrator->extract($object);
```

<a name="available_implementations"></a>
## Available Implementations

### ArraySerializableHydrator
Expand Down Expand Up @@ -181,7 +180,6 @@ $array = $delegating->extract(new Artist());
$artist = $delegating->hydrate($data, new Artist());
```

<a name="base_interfaces"></a>
## Base Interfaces

### ExtractionInterface
Expand Down

0 comments on commit e931241

Please sign in to comment.