@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace TheSupportGroup\Common\Validator\Helpers; |
13 | 13 | |
14 | -use TheSupportGroup\Common\ValidationInterop\ValidationProviderInterface; |
|
15 | 14 | use TheSupportGroup\Common\Validator\Contracts\Helpers\FieldsErrorBagInterface; |
16 | 15 | use TheSupportGroup\Common\Validator\Contracts\Helpers\ValidationResultProcessorInterface; |
17 | 16 | use TheSupportGroup\Common\Validator\Rules\BaseRule; |
@@ -10,6 +10,7 @@ |
||
10 | 10 | * @param ValidationProviderInterface $validationProvider |
11 | 11 | * @param ValidationResultProcessorInterface $validationResultProcessor |
12 | 12 | * @param RulesFactoryInterface $rulesFactory |
13 | + * @return void |
|
13 | 14 | */ |
14 | 15 | public function __construct( |
15 | 16 | ValidationProviderInterface $validationProvider, |
@@ -65,6 +65,7 @@ |
||
65 | 65 | |
66 | 66 | /** |
67 | 67 | * Run rule against validator. |
68 | + * @param string $ruleName |
|
68 | 69 | */ |
69 | 70 | private function buildRule($ruleName, $arguments = []) |
70 | 71 | { |