mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-09 00:16:32 +02:00
Fixed style
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace DesignPatterns\Structural\Flyweight;
|
||||
|
||||
/**
|
||||
* An interface through which flyweights can receive and act on extrinsic state
|
||||
* An interface through which flyweights can receive and act on extrinsic state.
|
||||
*/
|
||||
interface FlyweightInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user