Skip to content

Commit

Permalink
Merge pull request #2832 from ziming/patch-2
Browse files Browse the repository at this point in the history
Fix fetch return type doc block
  • Loading branch information
tabacitu committed May 18, 2020
2 parents 386500c + ae83f0f commit 9183ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Http/Controllers/Operations/FetchOperation.php
Expand Up @@ -34,7 +34,7 @@ protected function setupFetchOperationRoutes($segment, $routeName, $controller)
* Gets items from database and returns to selects.
*
* @param string|array $arg
* @return void
* @return \Illuminate\Http\JsonResponse|Illuminate\Database\Eloquent\Collection|Illuminate\Pagination\LengthAwarePaginator
*/
private function fetch($arg)
{
Expand Down

0 comments on commit 9183ca7

Please sign in to comment.