Merge pull request #203 from ostretsov/patch-1

Update RoleVisitorInterface.php
This commit is contained in:
Dominik Liebler
2016-01-28 08:03:49 +01:00

View File

@@ -7,7 +7,7 @@ namespace DesignPatterns\Behavioral\Visitor;
*
* The contract for the visitor.
*
* Note 1 : in C++ or java, with method polymorphism based on type-hint, there are many
* Note 1 : in C++ or Java, with method polymorphism based on type-hint, there are many
* methods visit() with different type for the 'role' parameter.
*
* Note 2 : the visitor must not choose itself which method to