mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-26 14:29:13 +02:00
cs Command
This commit is contained in:
@@ -23,7 +23,7 @@ namespace DesignPatterns\Command;
|
||||
* can be implemented with the Command pattern (e.g. vagrant)
|
||||
*
|
||||
*/
|
||||
interface Command
|
||||
interface CommandInterface
|
||||
{
|
||||
/**
|
||||
* this is the most important method in the Command pattern,
|
||||
|
Reference in New Issue
Block a user