mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 22:09:23 +02:00
Fixed style
This commit is contained in:
@@ -7,5 +7,8 @@ namespace DesignPatterns\Structural\Flyweight;
|
||||
*/
|
||||
interface FlyweightInterface
|
||||
{
|
||||
/**
|
||||
* @param string $extrinsicState
|
||||
*/
|
||||
public function draw($extrinsicState);
|
||||
}
|
||||
|
Reference in New Issue
Block a user