mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-20 08:08:24 +02:00
remove Interface-Suffix
This commit is contained in:
@ -7,7 +7,7 @@ namespace DesignPatterns\Behavioral\Command;
|
||||
* This concrete command calls "print" on the Receiver, but an external
|
||||
* invoker just knows that it can call "execute"
|
||||
*/
|
||||
class HelloCommand implements CommandInterface
|
||||
class HelloCommand implements Command
|
||||
{
|
||||
/**
|
||||
* @var Receiver
|
||||
|
Reference in New Issue
Block a user