@@ -192,7 +192,7 @@ |
||
192 | 192 | * @deprecated 4.5.0 |
193 | 193 | * @see getElements() |
194 | 194 | * |
195 | - * @return Collection[] |
|
195 | + * @return FormElementsCollection |
|
196 | 196 | */ |
197 | 197 | public function getItems() |
198 | 198 | { |
@@ -13,7 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | /** |
15 | 15 | * @param ModelConfigurationInterface $model |
16 | - * @param null $id |
|
16 | + * @param integer|null $id |
|
17 | 17 | * @return JsonResponse|mixed |
18 | 18 | */ |
19 | 19 | public function getModelLogic(ModelConfigurationInterface $model, $id = null) |
@@ -108,6 +108,9 @@ |
||
108 | 108 | |
109 | 109 | protected $breadcrumbs = null; |
110 | 110 | |
111 | + /** |
|
112 | + * @param string $class |
|
113 | + */ |
|
111 | 114 | public function __construct(\Illuminate\Contracts\Foundation\Application $app, $class) |
112 | 115 | { |
113 | 116 | parent::__construct($app, $class); |
@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | |
15 | 15 | /** |
16 | 16 | * Overload current page. |
17 | - * @return \KodiComponents\Navigation\Contracts\PageInterface|null |
|
17 | + * @return PageInterface |
|
18 | 18 | */ |
19 | 19 | public function getCurrentPage() |
20 | 20 | { |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | |
51 | 51 | /** |
52 | 52 | * @param Collection $pages |
53 | - * @param $url |
|
53 | + * @param string $url |
|
54 | 54 | */ |
55 | 55 | protected function findPageByAliasId(Collection $pages, $url) |
56 | 56 | { |
@@ -126,9 +126,9 @@ discard block |
||
126 | 126 | * The key to insert after. |
127 | 127 | * @param $array |
128 | 128 | * An array to insert in to. |
129 | - * @param $new_key |
|
129 | + * @param string $new_key |
|
130 | 130 | * The key to insert. |
131 | - * @param $new_value |
|
131 | + * @param AssetElement $new_value |
|
132 | 132 | * An value to insert. |
133 | 133 | * @return Collection|bool The new array if the key exists, FALSE otherwise. |
134 | 134 | */ |
@@ -181,7 +181,7 @@ discard block |
||
181 | 181 | } |
182 | 182 | |
183 | 183 | /** |
184 | - * @return string |
|
184 | + * @return \Illuminate\Support\HtmlString |
|
185 | 185 | */ |
186 | 186 | public function renderGlobalVars() |
187 | 187 | { |