@@ -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 | { |
@@ -73,8 +73,8 @@ |
||
| 73 | 73 | protected function updateOrderFieldOnDelete() |
| 74 | 74 | { |
| 75 | 75 | static::orderModel() |
| 76 | - ->where($this->getOrderField(), '>', $this->getOrderValue()) |
|
| 77 | - ->decrement($this->getOrderField()); |
|
| 76 | + ->where($this->getOrderField(), '>', $this->getOrderValue()) |
|
| 77 | + ->decrement($this->getOrderField()); |
|
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | /** |
@@ -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 | { |
@@ -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 | */ |
@@ -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 | { |
@@ -12,7 +12,7 @@ |
||
| 12 | 12 | protected $viewPath; |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * @param string|View $view |
|
| 15 | + * @param string $view |
|
| 16 | 16 | * |
| 17 | 17 | * @return $this |
| 18 | 18 | */ |