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) {