1
0
mirror of https://github.com/DesignPatternsPHP/DesignPatternsPHP.git synced 2025-05-17 03:49:43 +02:00
2013-09-12 11:43:30 +02:00

12 lines
132 B
PHP

<?php
namespace DesignPatterns\StaticFactory;
/**
* Class FormatString
*/
class FormatString implements FormatterInterface
{
}