Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 2b5cdd9

Browse files
committed
Merge pull request #19 from samsonasik/patch-1
Fix migration docs : s/extends/implements for LazyServiceFactory note
2 parents e325179 + e8a8d99 commit 2b5cdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,5 +721,5 @@ container should never be composed by objects.
721721
The following classes have changes:
722722

723723
- `Zend\ServiceManager\Proxy\LazyServiceFactory` is now marked `final`, and
724-
extends `Zend\ServiceManager\Proxy\DelegatorFactoryInterface`. Its
724+
implements `Zend\ServiceManager\Proxy\DelegatorFactoryInterface`. Its
725725
dependencies and capabilities remain the same.

0 commit comments

Comments
 (0)