mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 13:07:27 +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
|
* the parametrized function to get create an instance
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @return Format
|
* @return Formatter
|
||||||
*/
|
*/
|
||||||
public static function factory($type)
|
public static function factory($type)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user