@@ -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 | */ |
@@ -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 |