mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 22:09:23 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -3,7 +3,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace DesignPatterns\Structural\Composite;
|
||||
|
||||
class InputElement implements RenderableInterface
|
||||
class InputElement implements Renderable
|
||||
{
|
||||
public function render(): string
|
||||
{
|
||||
|
Reference in New Issue
Block a user