mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-13 11:26:22 +02:00
Merge pull request #11 from dave1010/patch-3
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