mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
CS fixes
This commit is contained in:
@@ -59,7 +59,7 @@ class UpdatePostProcess extends Command
|
||||
|
||||
try {
|
||||
$nntp = $this->validTypes[$type] ? $this->getNntp() : null;
|
||||
$postProcess = new PostProcess();
|
||||
$postProcess = new PostProcess;
|
||||
|
||||
match ($type) {
|
||||
'all' => $postProcess->processAll($nntp),
|
||||
|
||||
Reference in New Issue
Block a user