@@ -277,7 +277,7 @@ |
||
277 | 277 | * Redirects to the show route for the model if one exists. |
278 | 278 | * @param Request $request |
279 | 279 | * @param mixed $data |
280 | - * @return RedirectResponse|Redirector|null |
|
280 | + * @return null|RedirectResponse |
|
281 | 281 | */ |
282 | 282 | private function redirectToShowRoute(Request $request, $data) |
283 | 283 | { |
@@ -22,7 +22,7 @@ |
||
22 | 22 | /** |
23 | 23 | * Append attributes to query when building a query. |
24 | 24 | * |
25 | - * @param string[]|string $attributes |
|
25 | + * @param string $attributes |
|
26 | 26 | * @return $this |
27 | 27 | */ |
28 | 28 | abstract public function append($attributes); |