mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -42,12 +42,6 @@ class EggSeeder extends Seeder
|
||||
|
||||
/**
|
||||
* EggSeeder constructor.
|
||||
*
|
||||
* @param \Pterodactyl\Services\Eggs\Sharing\EggImporterService $importerService
|
||||
* @param \Pterodactyl\Contracts\Repository\EggRepositoryInterface $repository
|
||||
* @param \Pterodactyl\Services\Eggs\Sharing\EggUpdateImporterService $updateImporterService
|
||||
* @param \Illuminate\Filesystem\Filesystem $filesystem
|
||||
* @param \Pterodactyl\Contracts\Repository\NestRepositoryInterface $nestRepository
|
||||
*/
|
||||
public function __construct(
|
||||
EggImporterService $importerService,
|
||||
@@ -75,8 +69,6 @@ class EggSeeder extends Seeder
|
||||
|
||||
/**
|
||||
* Return a list of eggs to import.
|
||||
*
|
||||
* @return \Illuminate\Support\Collection
|
||||
*/
|
||||
protected function getEggsToImport(): Collection
|
||||
{
|
||||
@@ -91,9 +83,6 @@ class EggSeeder extends Seeder
|
||||
/**
|
||||
* Find the nest that these eggs should be attached to.
|
||||
*
|
||||
* @param string $nestName
|
||||
* @return \Pterodactyl\Models\Nest
|
||||
*
|
||||
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
|
||||
*/
|
||||
private function findMatchingNest(string $nestName): Nest
|
||||
@@ -106,8 +95,6 @@ class EggSeeder extends Seeder
|
||||
|
||||
/**
|
||||
* Loop through the list of egg files and import them.
|
||||
*
|
||||
* @param \Pterodactyl\Models\Nest $nest
|
||||
*/
|
||||
private function parseEggFiles(Nest $nest)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user