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:
@@ -28,5 +28,4 @@ use Pterodactyl\Exceptions\DisplayException;
|
||||
|
||||
class HasActiveServersException extends DisplayException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -28,5 +28,4 @@ use Pterodactyl\Exceptions\DisplayException;
|
||||
|
||||
class InvalidFileMimeTypeException extends DisplayException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -28,5 +28,4 @@ use Pterodactyl\Exceptions\DisplayException;
|
||||
|
||||
class InvalidFileUploadException extends DisplayException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -28,5 +28,4 @@ use Pterodactyl\Exceptions\DisplayException;
|
||||
|
||||
class InvalidPackArchiveFormatException extends DisplayException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -28,5 +28,4 @@ use Pterodactyl\Exceptions\DisplayException;
|
||||
|
||||
class UnreadableZipArchiveException extends DisplayException
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -26,5 +26,4 @@ namespace Pterodactyl\Exceptions\Service\Pack;
|
||||
|
||||
class ZipArchiveCreationException extends \Exception
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -28,5 +28,4 @@ use Exception;
|
||||
|
||||
class RequiredVariableMissingException extends Exception
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -26,5 +26,4 @@ namespace Pterodactyl\Exceptions\Service\ServiceOption;
|
||||
|
||||
class InvalidCopyFromException extends \Exception
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -26,5 +26,4 @@ namespace Pterodactyl\Exceptions\Service\ServiceOption;
|
||||
|
||||
class NoParentConfigurationFoundException extends \Exception
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
@@ -28,5 +28,4 @@ use Exception;
|
||||
|
||||
class ReservedVariableNameException extends Exception
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user