mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-27 11:43:17 +02:00
11 lines
142 B
PHP
11 lines
142 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\Creational\StaticFactory;
|
|
|
|
/**
|
|
* Class FormatString
|
|
*/
|
|
class FormatString implements FormatterInterface
|
|
{
|
|
}
|