@@ -47,6 +47,9 @@ |
||
| 47 | 47 | ]; |
| 48 | 48 | } |
| 49 | 49 | |
| 50 | + /** |
|
| 51 | + * @param string $name |
|
| 52 | + */ |
|
| 50 | 53 | private function groupOf($name, $formulas) |
| 51 | 54 | { |
| 52 | 55 | return ['name' => $name, 'formulas' => $formulas]; |
@@ -45,6 +45,9 @@ |
||
| 45 | 45 | } |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | + /** |
|
| 49 | + * @param \hipanel\inputs\TextInput $type |
|
| 50 | + */ |
|
| 48 | 51 | private function renderTextInput($type) |
| 49 | 52 | { |
| 50 | 53 | $this->activeField->template = "{label}\n<div class=\"input-group\">{input}</div>\n{hint}\n{error}"; |
@@ -108,7 +108,7 @@ |
||
| 108 | 108 | * @param Transaction $transaction |
| 109 | 109 | * @param string|array $response |
| 110 | 110 | * @throws \yii\base\ExitException |
| 111 | - * @return mixed |
|
| 111 | + * @return Transaction |
|
| 112 | 112 | */ |
| 113 | 113 | protected function completeTransaction($transaction, $response) |
| 114 | 114 | { |