@@ -69,7 +69,7 @@ |
||
69 | 69 | |
70 | 70 | /** |
71 | 71 | * @param $valuesModel |
72 | - * @param null $onValidationError |
|
72 | + * @param null|callable $onValidationError |
|
73 | 73 | * |
74 | 74 | * @return bool |
75 | 75 | * @throws Exception |
@@ -238,7 +238,7 @@ |
||
238 | 238 | /** |
239 | 239 | * Добавляет теги для опций доставки |
240 | 240 | * |
241 | - * @param $string |
|
241 | + * @param string $string |
|
242 | 242 | * @throws Exception |
243 | 243 | */ |
244 | 244 | protected function appendDeliveryOptions(&$string) |