mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 01:32:22 +01:00
Update Decorator.php
This commit is contained in:
parent
ab224a90f3
commit
9f028b93c0
@ -3,7 +3,7 @@
|
||||
namespace DesignPatterns\Decorator;
|
||||
|
||||
/**
|
||||
* the Deoorator MUST implement the RendererInterface contract, this is the key-feature
|
||||
* the Decorator MUST implement the RendererInterface contract, this is the key-feature
|
||||
* of this design pattern. If not, this is no longer a Decorator but just a dumb
|
||||
* wrapper.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user