From 9cfa72d148731a71540df6eec4daaca0b4849e9b Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 28 Oct 2024 11:41:40 +0100 Subject: [PATCH] CS fixes --- Blacklight/libraries/Forking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blacklight/libraries/Forking.php b/Blacklight/libraries/Forking.php index c85309893..1d5dd2432 100755 --- a/Blacklight/libraries/Forking.php +++ b/Blacklight/libraries/Forking.php @@ -843,7 +843,7 @@ class Forking */ private function processSingle(): void { - $postProcess = new PostProcess(); + $postProcess = new PostProcess; $postProcess->processBooks(); $postProcess->processConsoles(); $postProcess->processGames();