mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
PHP7 Bridge
This commit is contained in:
8
Structural/Bridge/FormatterInterface.php
Normal file
8
Structural/Bridge/FormatterInterface.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\Structural\Bridge;
|
||||
|
||||
interface FormatterInterface
|
||||
{
|
||||
public function format(string $text);
|
||||
}
|
Reference in New Issue
Block a user