Fix PHPDoc in FactoryMethod

This commit is contained in:
Dave Hulbert
2013-05-09 10:11:42 +02:00
parent 16e2cbcfcd
commit 6d5f72beec

View File

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