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

Commit 3c5ec83

Browse files
committed
Merge pull request #2 from samsonasik/refactor-sm
s/have/has for singular
2 parents 5562c8a + ac2a070 commit 3c5ec83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory/AbstractFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* Interface for an abstract factory
1414
*
15-
* An abstract factory extends the factory interface, but also have an additional "canCreateService" method,
15+
* An abstract factory extends the factory interface, but also has an additional "canCreateService" method,
1616
* that is called to check if the abstract factory can create an instance of the given type. You should limit
1717
* the count of abstract factory to a minimum to keep good performance. Starting from ServiceManager v3, remember
1818
* that you can also attach multiple names to the same factory, which reduce the need for abstract factories

0 commit comments

Comments
 (0)