CS code fixes by pint

This commit is contained in:
DariusIII
2023-03-02 16:47:20 +01:00
parent a5d5901698
commit 49872346f2
274 changed files with 2117 additions and 4946 deletions
+1 -3
View File
@@ -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();
}
}