mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Did some code cleanup. Comments and headers mostly.
This commit is contained in:
@@ -42,10 +42,11 @@ class Range
|
||||
* Handle an incoming request.
|
||||
*
|
||||
* @param \Illuminate\Http\Request $request
|
||||
* @param \Closure $next
|
||||
* @param Closure $theNext
|
||||
* @param string|null $guard
|
||||
*
|
||||
* @return mixed
|
||||
* @internal param Closure $next
|
||||
*/
|
||||
public function handle($request, Closure $theNext, $guard = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user