mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-13 18:34:06 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -5,5 +5,5 @@ namespace DesignPatterns\Behavioral\Visitor;
|
||||
|
||||
interface Role
|
||||
{
|
||||
public function accept(RoleVisitorInterface $visitor);
|
||||
public function accept(RoleVisitor $visitor);
|
||||
}
|
||||
|
Reference in New Issue
Block a user