Apply fixes from StyleCI (#13208)

This commit is contained in:
Jellyfrog
2021-09-08 23:35:56 +02:00
committed by GitHub
co-authored by GitHub
parent c6d2385c3a
commit 26b95c0ccc
370 changed files with 1667 additions and 1667 deletions
@@ -40,10 +40,10 @@ abstract class SimpleTableController extends Controller
/**
* Validate the given request with the given rules.
*
* @param \Illuminate\Http\Request $request
* @param array $rules
* @param array $messages
* @param array $customAttributes
* @param \Illuminate\Http\Request $request
* @param array $rules
* @param array $messages
* @param array $customAttributes
* @return array
*/
public function validate(Request $request, array $rules = [], array $messages = [], array $customAttributes = [])
@@ -54,10 +54,10 @@ abstract class SimpleTableController extends Controller
}
/**
* @param array|Collection $rows
* @param int $page
* @param int $currentCount
* @param int $total
* @param array|Collection $rows
* @param int $page
* @param int $currentCount
* @param int $total
* @return \Illuminate\Http\JsonResponse
*/
protected function formatResponse($rows, $page, $currentCount, $total)