mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-15 10:55:48 +02:00
9 lines
77 B
PHP
9 lines
77 B
PHP
<?php
|
|
|
|
namespace DesignPatterns\StaticFactory;
|
|
|
|
interface Formatter
|
|
{
|
|
|
|
}
|