@@ -80,6 +80,9 @@ |
||
80 | 80 | } |
81 | 81 | |
82 | 82 | |
83 | + /** |
|
84 | + * @param string $relationName |
|
85 | + */ |
|
83 | 86 | protected static function getRelation($model, $relationName, $default_value = '') |
84 | 87 | { |
85 | 88 | $result = $default_value; |
@@ -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 | { |