Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 11, 2022
1 parent 94f512c commit e2eff83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/Http/Controllers/LogsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ public function dailyLogFiles()

/**
* @param $log
* @param Request $request
* @param Request $request
* @return \Symfony\Component\HttpFoundation\BinaryFileResponse
*
* @throws \Exception
*/
public function show($log, Request $request)
Expand All @@ -58,7 +59,8 @@ public function show($log, Request $request)
}

/**
* @param Request $request
* @param Request $request
*
* @throws \Exception
*/
public function destroy(Request $request)
Expand Down
4 changes: 2 additions & 2 deletions src/LogsTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static function authorizedToDelete(Request $request)
}

/**
* @param \Closure $closure
* @param \Closure $closure
* @return $this
*/
public function canDownload(\Closure $closure)
Expand All @@ -53,7 +53,7 @@ public function canDownload(\Closure $closure)
}

/**
* @param \Closure $closure
* @param \Closure $closure
* @return $this
*/
public function canDelete(\Closure $closure)
Expand Down

0 comments on commit e2eff83

Please sign in to comment.