mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-17 03:49:43 +02:00
12 lines
132 B
PHP
12 lines
132 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\StaticFactory;
|
|
|
|
/**
|
|
* Class FormatString
|
|
*/
|
|
class FormatString implements FormatterInterface
|
|
{
|
|
|
|
}
|