remove Interface-Suffix

This commit is contained in:
Dominik Liebler
2019-08-19 17:07:39 +02:00
parent 27bd89dd63
commit 9cb7660704
9 changed files with 49 additions and 49 deletions

View File

@@ -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);
}