mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-28 02:53:45 +02:00
Use more standardized phpcs
This commit is contained in:
@@ -20,8 +20,6 @@ class LocationCreationService
|
||||
|
||||
/**
|
||||
* LocationCreationService constructor.
|
||||
*
|
||||
* @param \Pterodactyl\Contracts\Repository\LocationRepositoryInterface $repository
|
||||
*/
|
||||
public function __construct(LocationRepositoryInterface $repository)
|
||||
{
|
||||
@@ -31,7 +29,6 @@ class LocationCreationService
|
||||
/**
|
||||
* Create a new location.
|
||||
*
|
||||
* @param array $data
|
||||
* @return \Pterodactyl\Models\Location
|
||||
*
|
||||
* @throws \Pterodactyl\Exceptions\Model\DataValidationException
|
||||
|
||||
Reference in New Issue
Block a user