@@ -109,6 +109,9 @@ |
||
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | |
| 112 | + /** |
|
| 113 | + * @param string $themeName |
|
| 114 | + */ |
|
| 112 | 115 | protected function createStructure($path, $children, $themeName) |
| 113 | 116 | { |
| 114 | 117 | foreach ($children as $child) { |
@@ -128,7 +128,7 @@ |
||
| 128 | 128 | /** |
| 129 | 129 | * @param Customer $customer |
| 130 | 130 | * @param bool $dummyObject |
| 131 | - * @return Contragent|null |
|
| 131 | + * @return Contragent |
|
| 132 | 132 | */ |
| 133 | 133 | public static function createEmptyContragent(Customer $customer, $dummyObject = true) |
| 134 | 134 | { |
@@ -385,7 +385,7 @@ |
||
| 385 | 385 | } |
| 386 | 386 | |
| 387 | 387 | /** |
| 388 | - * @return mixed|string Display name for the user visual identification |
|
| 388 | + * @return string Display name for the user visual identification |
|
| 389 | 389 | */ |
| 390 | 390 | public function getDisplayName() |
| 391 | 391 | { |
@@ -16,6 +16,9 @@ discard block |
||
| 16 | 16 | const EVENT_PRE_DECORATOR = 'pre-decorator'; |
| 17 | 17 | const EVENT_POST_DECORATOR = 'post-decorator'; |
| 18 | 18 | |
| 19 | + /** |
|
| 20 | + * @param string $methodName |
|
| 21 | + */ |
|
| 19 | 22 | protected function renderDecorator($methodName, $view, $params = []) |
| 20 | 23 | { |
| 21 | 24 | /** @var \app\components\Response $response */ |
@@ -94,6 +97,7 @@ discard block |
||
| 94 | 97 | |
| 95 | 98 | /** |
| 96 | 99 | * @inheritdoc |
| 100 | + * @param string $view |
|
| 97 | 101 | */ |
| 98 | 102 | public function render($view, $params = []) |
| 99 | 103 | { |
@@ -102,6 +106,7 @@ discard block |
||
| 102 | 106 | |
| 103 | 107 | /** |
| 104 | 108 | * @inheritdoc |
| 109 | + * @param string $view |
|
| 105 | 110 | */ |
| 106 | 111 | public function renderAjax($view, $params = []) |
| 107 | 112 | { |