mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 22:09:23 +02:00
fixed return type of RendererInterface
This commit is contained in:
@@ -10,7 +10,7 @@ interface RendererInterface
|
||||
/**
|
||||
* render data.
|
||||
*
|
||||
* @return mixed
|
||||
* @return string
|
||||
*/
|
||||
public function renderData();
|
||||
}
|
||||
|
Reference in New Issue
Block a user