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

Commit e9500b5

Browse files
committed
Update docblock to relect rename to canCreate()
1 parent 5fc48f5 commit e9500b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Factory/AbstractFactoryInterface.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
* Interface for an abstract factory.
1616
*
1717
* An abstract factory extends the factory interface, but also has an
18-
* additional "has" method, which is called to check if the abstract factory
19-
* has the ability to create an instance for the given service. You should
20-
* limit the number of abstract factories to ensure good performance. Starting
21-
* from ServiceManager v3, remember that you can also attach multiple names to
22-
* the same factory, which reduces the need for abstract factories.
18+
* additional "canCreate" method, which is called to check if the abstract
19+
* factory has the ability to create an instance for the given service. You
20+
* should limit the number of abstract factories to ensure good performance.
21+
* Starting from ServiceManager v3, remember that you can also attach multiple
22+
* names to the same factory, which reduces the need for abstract factories.
2323
*/
2424
interface AbstractFactoryInterface extends FactoryInterface
2525
{

0 commit comments

Comments
 (0)