mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 13:59:08 +02:00
Fixed style
This commit is contained in:
@@ -16,7 +16,6 @@ class CharacterFlyweight implements FlyweightInterface
|
||||
private $name;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
* @param string $name
|
||||
*/
|
||||
public function __construct($name)
|
||||
@@ -27,6 +26,7 @@ class CharacterFlyweight implements FlyweightInterface
|
||||
/**
|
||||
* Clients supply the context-dependent information that the flyweight needs to draw itself
|
||||
* For flyweights representing characters, extrinsic state usually contains e.g. the font
|
||||
*
|
||||
* @param string $font
|
||||
*/
|
||||
public function draw($font)
|
||||
|
Reference in New Issue
Block a user