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

Commit d563eae

Browse files
mnapoliOcramius
authored andcommitted
Fix phpdoc
1 parent c966f49 commit d563eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/InitializerInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
*
1717
* If upgrading from v2, take the following steps:
1818
*
19-
* - rename the method `initializer()` to `__invoke()`, and:
19+
* - rename the method `initialize()` to `__invoke()`, and:
2020
* - rename the `$serviceLocator` argument to `$container`, and change the
2121
* typehint to `Interop\Container\ContainerInterface`
2222
* - swap the order of the arguments (so that `$instance` comes second)
23-
* - create an `initializer()` method as defined in this interface, and have it
23+
* - create an `initialize()` method as defined in this interface, and have it
2424
* proxy to `__invoke()`, passing the arguments in the new order.
2525
*
2626
* Once you have tested your code, you can then update your class to only implement

0 commit comments

Comments
 (0)