@@ -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); |
@@ -74,7 +74,7 @@ |
||
74 | 74 | * |
75 | 75 | * @param $attribute |
76 | 76 | * @param $rules |
77 | - * @param $includeRemote |
|
77 | + * @param boolean $includeRemote |
|
78 | 78 | * |
79 | 79 | * @return array |
80 | 80 | */ |