mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Massive PHPCS linting
This commit is contained in:
@@ -72,7 +72,9 @@ class DeletionServiceTest extends TestCase
|
||||
$this->serverRepository = m::mock(ServerRepositoryInterface::class);
|
||||
|
||||
$this->service = new DeletionService(
|
||||
$this->serverRepository, $this->translator, $this->repository
|
||||
$this->serverRepository,
|
||||
$this->translator,
|
||||
$this->repository
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user