2014-03-21 18:03:45 -03:00

12 lines
132 B
PHP

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