mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
CS code fixes by pint
This commit is contained in:
@@ -8,8 +8,6 @@ use Blacklight\NZB;
|
||||
class FileListController extends BasePageController
|
||||
{
|
||||
/**
|
||||
* @param string $guid
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function show(string $guid): void
|
||||
@@ -47,7 +45,7 @@ class FileListController extends BasePageController
|
||||
|
||||
$this->smarty->assign(
|
||||
compact('title', 'content', 'meta_title', 'meta_keywords', 'meta_description')
|
||||
);
|
||||
);
|
||||
$this->pagerender();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user