mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-10 00:46:38 +02:00
remove Interface-Suffix
This commit is contained in:
9
Structural/Composite/Renderable.php
Normal file
9
Structural/Composite/Renderable.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace DesignPatterns\Structural\Composite;
|
||||
|
||||
interface Renderable
|
||||
{
|
||||
public function render(): string;
|
||||
}
|
Reference in New Issue
Block a user