remove Interface-Suffix

This commit is contained in:
Dominik Liebler
2019-08-19 17:12:29 +02:00
parent dba45b8098
commit 963041982e
7 changed files with 9 additions and 32 deletions

View File

@@ -3,7 +3,7 @@ declare(strict_types=1);
namespace DesignPatterns\Structural\Composite;
class InputElement implements RenderableInterface
class InputElement implements Renderable
{
public function render(): string
{