mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-12 09:54:09 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -3,15 +3,9 @@ declare(strict_types=1);
|
||||
|
||||
namespace DesignPatterns\Behavioral\Mediator;
|
||||
|
||||
/**
|
||||
* Colleague is an abstract colleague who works together but he only knows
|
||||
* the Mediator, not other colleagues
|
||||
*/
|
||||
abstract class Colleague
|
||||
{
|
||||
/**
|
||||
* this ensures no change in subclasses.
|
||||
*
|
||||
* @var MediatorInterface
|
||||
*/
|
||||
protected $mediator;
|
||||
|
Reference in New Issue
Block a user