@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * @param string $parameterName |
| 10 | 10 | * @param mixed $value |
| 11 | 11 | * @param bool $itemType |
| 12 | - * @return Enumeration |
|
| 12 | + * @return PatternRule |
|
| 13 | 13 | */ |
| 14 | 14 | public function applyRule($parameterName, $value, $itemType = false) |
| 15 | 15 | { |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * @param string $parameterName |
| 10 | 10 | * @param mixed $value |
| 11 | 11 | * @param bool $itemType |
| 12 | - * @return Enumeration |
|
| 12 | + * @return StringRule |
|
| 13 | 13 | */ |
| 14 | 14 | public function applyRule($parameterName, $value, $itemType = false) |
| 15 | 15 | { |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | * @param string $parameterName |
| 10 | 10 | * @param mixed $value |
| 11 | 11 | * @param bool $itemType |
| 12 | - * @return Enumeration |
|
| 12 | + * @return TotalDigitsRule |
|
| 13 | 13 | */ |
| 14 | 14 | public function applyRule($parameterName, $value, $itemType = false) |
| 15 | 15 | { |