Fixed style

This commit is contained in:
Dominik Liebler
2016-04-07 08:59:31 +02:00
parent d9d3f12132
commit 3fcf860cf3
3 changed files with 7 additions and 3 deletions

View File

@@ -7,5 +7,8 @@ namespace DesignPatterns\Structural\Flyweight;
*/
interface FlyweightInterface
{
/**
* @param string $extrinsicState
*/
public function draw($extrinsicState);
}