@@ -48,7 +48,7 @@ |
||
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * @return string |
|
| 51 | + * @return integer |
|
| 52 | 52 | */ |
| 53 | 53 | public function getSize() |
| 54 | 54 | { |
@@ -46,7 +46,7 @@ |
||
| 46 | 46 | /** |
| 47 | 47 | * Move model in the $destination. |
| 48 | 48 | * |
| 49 | - * @param $destination -1 (move down) or 1 (move up) |
|
| 49 | + * @param integer $destination -1 (move down) or 1 (move up) |
|
| 50 | 50 | */ |
| 51 | 51 | protected function move($destination) |
| 52 | 52 | { |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | /** |
| 81 | 81 | * @param string $editorId |
| 82 | 82 | * |
| 83 | - * @return bool |
|
| 83 | + * @return boolean|null |
|
| 84 | 84 | */ |
| 85 | 85 | public function loadEditor($editorId) |
| 86 | 86 | { |
@@ -308,7 +308,7 @@ |
||
| 308 | 308 | } |
| 309 | 309 | |
| 310 | 310 | /** |
| 311 | - * @return \Illuminate\Foundation\Application|mixed |
|
| 311 | + * @return RepositoryInterface |
|
| 312 | 312 | * @throws \Exception |
| 313 | 313 | */ |
| 314 | 314 | protected function makeRepository() |
@@ -290,7 +290,7 @@ |
||
| 290 | 290 | } |
| 291 | 291 | |
| 292 | 292 | /** |
| 293 | - * @return null|string |
|
| 293 | + * @return boolean |
|
| 294 | 294 | */ |
| 295 | 295 | public function hasCustomControllerClass() |
| 296 | 296 | { |
@@ -83,7 +83,7 @@ |
||
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | - * @return Closure |
|
| 86 | + * @return \Closure |
|
| 87 | 87 | */ |
| 88 | 88 | public function getAccessLogic() |
| 89 | 89 | { |
@@ -87,7 +87,7 @@ |
||
| 87 | 87 | } |
| 88 | 88 | |
| 89 | 89 | /** |
| 90 | - * @return int |
|
| 90 | + * @return string |
|
| 91 | 91 | */ |
| 92 | 92 | public function getWidth() |
| 93 | 93 | { |
@@ -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 | */ |
@@ -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 | { |