Merge pull request #11 from dave1010/patch-3

Fix PHPDoc in FactoryMethod
This commit is contained in:
Dominik Liebler
2013-05-10 02:07:37 -07:00

View File

@ -20,7 +20,7 @@ class FactoryMethod
* the parametrized function to get create an instance * the parametrized function to get create an instance
* *
* @static * @static
* @return Format * @return Formatter
*/ */
public static function factory($type) public static function factory($type)
{ {