Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump chownr from 1.0.1 to 1.1.4 #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down