From bf0630fddf802785fac69af915a7e90c21c99cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 05:33:41 +0000 Subject: [PATCH 1/2] Bump chownr from 1.0.1 to 1.1.4 Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. - [Release notes](https://github.com/isaacs/chownr/releases) - [Commits](https://github.com/isaacs/chownr/compare/v1.0.1...v1.1.4) --- updated-dependencies: - dependency-name: chownr dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3ce020e..4749742 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1309,8 +1309,8 @@ chokidar@^2.0.0, chokidar@^2.0.2: fsevents "^1.2.2" chownr@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181" + version "1.1.4" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b" cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: version "1.0.4" From 376773513f754d51bddf275daf9158a1321cfef8 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 11 Feb 2022 05:33:47 +0000 Subject: [PATCH 2/2] Apply fixes from StyleCI --- src/Http/Controllers/LogsController.php | 6 ++++-- src/LogsTool.php | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Http/Controllers/LogsController.php b/src/Http/Controllers/LogsController.php index 0178ae7..af8e393 100644 --- a/src/Http/Controllers/LogsController.php +++ b/src/Http/Controllers/LogsController.php @@ -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) @@ -58,7 +59,8 @@ public function show($log, Request $request) } /** - * @param Request $request + * @param Request $request + * * @throws \Exception */ public function destroy(Request $request) diff --git a/src/LogsTool.php b/src/LogsTool.php index 974f541..715938b 100644 --- a/src/LogsTool.php +++ b/src/LogsTool.php @@ -42,7 +42,7 @@ public static function authorizedToDelete(Request $request) } /** - * @param \Closure $closure + * @param \Closure $closure * @return $this */ public function canDownload(\Closure $closure) @@ -53,7 +53,7 @@ public function canDownload(\Closure $closure) } /** - * @param \Closure $closure + * @param \Closure $closure * @return $this */ public function canDelete(\Closure $closure)