mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Remove redundant typing from DocBlocks
This commit is contained in:
@@ -168,9 +168,6 @@ class BasePageController extends Controller
|
||||
return view('errors.tokenError')->with('Error', 'Token mismatch');
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $retry
|
||||
*/
|
||||
public function show429(string $retry = '')
|
||||
{
|
||||
abort(429, $retry);
|
||||
|
||||
Reference in New Issue
Block a user