Fixed style

This commit is contained in:
Christophe Vidal
2016-06-14 08:33:07 +07:00
parent 2888ac456a
commit c8e0c74f46
8 changed files with 12 additions and 20 deletions

View File

@@ -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
{