mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-09 16:36:37 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -20,7 +20,7 @@ class Group implements Role
|
||||
return sprintf('Group: %s', $this->name);
|
||||
}
|
||||
|
||||
public function accept(RoleVisitorInterface $visitor)
|
||||
public function accept(RoleVisitor $visitor)
|
||||
{
|
||||
$visitor->visitGroup($this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user