mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 19:50:12 +02:00
Fix PHPDoc in FactoryMethod
This commit is contained in:
@@ -20,7 +20,7 @@ class FactoryMethod
|
||||
* the parametrized function to get create an instance
|
||||
*
|
||||
* @static
|
||||
* @return Format
|
||||
* @return Formatter
|
||||
*/
|
||||
public static function factory($type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user