I found this function in Laravel, and I wonder how to read the arguments in this function. There are two arguments Request and $request, but no seperation (with comma)
use Illuminate\Http\Request;
public function show(Request $request) {
}
In this function I can access the variable $request