From 74a5c879fb38a26e995fa57dff46b67f376208db Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 12 Sep 2025 13:41:45 +0200 Subject: [PATCH] CS fixes --- scripts/debug_pcgame_regex.php | 2 +- tests/Unit/CategorizePcGameTest.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/debug_pcgame_regex.php b/scripts/debug_pcgame_regex.php index e0c7e9741..58d3f0d9c 100644 --- a/scripts/debug_pcgame_regex.php +++ b/scripts/debug_pcgame_regex.php @@ -1,4 +1,5 @@ isPCGame(); echo ($res ? 'MATCH' : 'NO-MATCH')."\t$name\n"; } - diff --git a/tests/Unit/CategorizePcGameTest.php b/tests/Unit/CategorizePcGameTest.php index c7da112fd..4772b3b80 100644 --- a/tests/Unit/CategorizePcGameTest.php +++ b/tests/Unit/CategorizePcGameTest.php @@ -89,4 +89,3 @@ class CategorizePcGameTest extends TestCase return (int) $rp->getValue($instance); } } -