mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-18 15:08:54 +02:00
codestyle - remove trailing whitespaces
This commit is contained in:
@ -4,7 +4,7 @@ namespace DesignPatterns\Behavioral\Command;
|
||||
|
||||
/**
|
||||
* This concrete command calls "print" on the Receiver, but an external
|
||||
* invoker just know he can call "execute"
|
||||
* invoker just know he can call "execute"
|
||||
*/
|
||||
class HelloCommand implements CommandInterface
|
||||
{
|
||||
|
Reference in New Issue
Block a user