mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 22:09:23 +02:00
spacing
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\Decorator;
|
||||
|
||||
|
||||
interface Renderer
|
||||
{
|
||||
|
||||
public function renderData();
|
||||
}
|
||||
|
Reference in New Issue
Block a user