mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
fixed eol and typecast
This commit is contained in:
@@ -5,8 +5,7 @@ namespace DesignPatterns\Structural\Flyweight;
|
||||
/**
|
||||
* An interface through which flyweights can receive and act on extrinsic state
|
||||
*/
|
||||
interface FlyweightInterface {
|
||||
|
||||
public function draw($extrinsicState);
|
||||
|
||||
}
|
||||
interface FlyweightInterface
|
||||
{
|
||||
public function draw($extrinsicState);
|
||||
}
|
||||
|
Reference in New Issue
Block a user