mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
Remove unused controller method variables #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lancepioch on GitHub (Mar 24, 2024).
Originally assigned to: @lancepioch on GitHub.
There are a decent number of controllers with unused $request (and other) variables, such as:
e8bf5dbfcc/app/Http/Controllers/Admin/Nodes/NodeViewController.php (L32)