@@ -84,7 +84,7 @@ |
||
84 | 84 | |
85 | 85 | /** |
86 | 86 | * @param $valuesModel |
87 | - * @param null $onValidationError |
|
87 | + * @param null|callable $onValidationError |
|
88 | 88 | * |
89 | 89 | * @return bool |
90 | 90 | * @throws Exception |
@@ -225,7 +225,7 @@ |
||
225 | 225 | /** |
226 | 226 | * Добавляет теги ддля опций доставки |
227 | 227 | * |
228 | - * @param $string |
|
228 | + * @param string $string |
|
229 | 229 | * |
230 | 230 | * @throws Exception |
231 | 231 | */ |