@@ -32,6 +32,9 @@ |
||
32 | 32 | $this->validatorMethod = $this->createProtectedCaller($validator); |
33 | 33 | } |
34 | 34 | |
35 | + /** |
|
36 | + * @param string $method |
|
37 | + */ |
|
35 | 38 | private function callValidator($method, $args = []) |
36 | 39 | { |
37 | 40 | return $this->callProtected($this->validatorMethod, $method, $args); |