@@ -95,7 +95,7 @@ |
||
95 | 95 | } |
96 | 96 | |
97 | 97 | /** |
98 | - * @param $widget |
|
98 | + * @param string $widget |
|
99 | 99 | * |
100 | 100 | * @return \Closure |
101 | 101 | */ |
@@ -148,7 +148,7 @@ |
||
148 | 148 | } |
149 | 149 | |
150 | 150 | /** |
151 | - * @param string|Renderable $content |
|
151 | + * @param string $content |
|
152 | 152 | * @param string|null $title |
153 | 153 | * |
154 | 154 | * @return \Illuminate\View\View|\Illuminate\Contracts\View\Factory |
@@ -65,7 +65,7 @@ |
||
65 | 65 | } |
66 | 66 | |
67 | 67 | /** |
68 | - * @return TabInterface[]|DisplayTabsCollection |
|
68 | + * @return \SleepingOwl\Admin\Form\FormElementsCollection |
|
69 | 69 | */ |
70 | 70 | public function getTabs() |
71 | 71 | { |
@@ -86,7 +86,7 @@ |
||
86 | 86 | } |
87 | 87 | |
88 | 88 | /** |
89 | - * @return $this|Custom|mixed |
|
89 | + * @return string |
|
90 | 90 | */ |
91 | 91 | public function render() |
92 | 92 | { |
@@ -213,7 +213,7 @@ discard block |
||
213 | 213 | * @deprecated 4.5.0 |
214 | 214 | * @see getElements() |
215 | 215 | * |
216 | - * @return Collection[] |
|
216 | + * @return FormElementsCollection |
|
217 | 217 | */ |
218 | 218 | public function getItems() |
219 | 219 | { |
@@ -301,7 +301,7 @@ discard block |
||
301 | 301 | * |
302 | 302 | * @param ModelConfigurationInterface $modelConfiguration |
303 | 303 | * |
304 | - * @return bool |
|
304 | + * @return null|boolean |
|
305 | 305 | */ |
306 | 306 | public function saveForm(ModelConfigurationInterface $modelConfiguration) |
307 | 307 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | } |
25 | 25 | |
26 | 26 | /** |
27 | - * @return string |
|
27 | + * @return \Illuminate\Support\Collection |
|
28 | 28 | */ |
29 | 29 | public function getRedirect() |
30 | 30 | { |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * @param string $path |
10 | 10 | * @param string|null $label |
11 | 11 | * |
12 | - * @return NamedFormElement |
|
12 | + * @return PHPUnit_Framework_MockObject_MockObject |
|
13 | 13 | */ |
14 | 14 | protected function getElement($path = 'path', $label = null) |
15 | 15 | { |
@@ -6,7 +6,7 @@ |
||
6 | 6 | class FormElementTest extends TestCase |
7 | 7 | { |
8 | 8 | /** |
9 | - * @return FormElement |
|
9 | + * @return PHPUnit_Framework_MockObject_MockObject |
|
10 | 10 | */ |
11 | 11 | protected function getElement() |
12 | 12 | { |