mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-12 18:04:04 +02:00
fixed CS issues
This commit is contained in:
@@ -19,7 +19,8 @@ class CharacterFlyweight implements FlyweightInterface
|
||||
* Constructor.
|
||||
* @param string $name
|
||||
*/
|
||||
public function __construct($name) {
|
||||
public function __construct($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user