@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | * Get the current direction |
96 | 96 | * defaulting to ascending. |
97 | 97 | * |
98 | - * @param null $default |
|
98 | + * @param string $default |
|
99 | 99 | * @return string|null |
100 | 100 | */ |
101 | 101 | public function getDirection($default = null) |
@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | /** |
138 | 138 | * Get the header heading. |
139 | 139 | * |
140 | - * @return mixed |
|
140 | + * @return string |
|
141 | 141 | */ |
142 | 142 | public function getHeading() |
143 | 143 | { |
@@ -387,7 +387,7 @@ |
||
387 | 387 | * Get an option value. |
388 | 388 | * |
389 | 389 | * @param $key |
390 | - * @param null $default |
|
390 | + * @param integer|null $default |
|
391 | 391 | * @return mixed |
392 | 392 | */ |
393 | 393 | public function getOption($key, $default = null) |
@@ -21,7 +21,7 @@ |
||
21 | 21 | /** |
22 | 22 | * Create a new EloquentModel instance. |
23 | 23 | * |
24 | - * @param EloquentModel $model |
|
24 | + * @param Model $model |
|
25 | 25 | */ |
26 | 26 | public function __construct(Model $model) |
27 | 27 | { |