mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-27 02:23:44 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -27,9 +27,6 @@ class NestDeletionService
|
||||
|
||||
/**
|
||||
* NestDeletionService constructor.
|
||||
*
|
||||
* @param \Pterodactyl\Contracts\Repository\ServerRepositoryInterface $serverRepository
|
||||
* @param \Pterodactyl\Contracts\Repository\NestRepositoryInterface $repository
|
||||
*/
|
||||
public function __construct(
|
||||
ServerRepositoryInterface $serverRepository,
|
||||
@@ -42,9 +39,6 @@ class NestDeletionService
|
||||
/**
|
||||
* Delete a nest from the system only if there are no servers attached to it.
|
||||
*
|
||||
* @param int $nest
|
||||
* @return int
|
||||
*
|
||||
* @throws \Pterodactyl\Exceptions\Service\HasActiveServersException
|
||||
*/
|
||||
public function handle(int $nest): int
|
||||
|
||||
Reference in New Issue
Block a user