From 6d5f72beec06cc9e1b4eef1d1b06fe9af9428fdb Mon Sep 17 00:00:00 2001 From: Dave Hulbert Date: Thu, 9 May 2013 10:11:42 +0200 Subject: [PATCH] Fix PHPDoc in FactoryMethod --- FactoryMethod/FactoryMethod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FactoryMethod/FactoryMethod.php b/FactoryMethod/FactoryMethod.php index 8640078..6b3da15 100644 --- a/FactoryMethod/FactoryMethod.php +++ b/FactoryMethod/FactoryMethod.php @@ -20,7 +20,7 @@ class FactoryMethod * the parametrized function to get create an instance * * @static - * @return Format + * @return Formatter */ public static function factory($type) {