mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 23:01:29 +00:00
CS fixes
This commit is contained in:
@@ -16,7 +16,7 @@ class CategorizePcGameTest extends TestCase
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->categorizer = new PcCategorizer();
|
||||
$this->categorizer = new PcCategorizer;
|
||||
}
|
||||
|
||||
public function test_pc_game_detects_common_scene_groups(): void
|
||||
|
||||
@@ -15,7 +15,7 @@ class GamesParseTest extends TestCase
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->parser = new GamesTitleParser();
|
||||
$this->parser = new GamesTitleParser;
|
||||
}
|
||||
|
||||
#[DataProvider('titlesProvider')]
|
||||
|
||||
Reference in New Issue
Block a user