mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 15:23:44 +02:00
Apply php-cs-fixer changes
This commit is contained in:
@@ -43,8 +43,6 @@ class SoftwareVersionService
|
||||
|
||||
/**
|
||||
* Gets the current version of the panel that is being used.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getVersion(): string
|
||||
{
|
||||
@@ -53,8 +51,6 @@ class SoftwareVersionService
|
||||
|
||||
/**
|
||||
* Get the latest version of the panel from the CDN servers.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getLatestPanel(): string
|
||||
{
|
||||
@@ -63,8 +59,6 @@ class SoftwareVersionService
|
||||
|
||||
/**
|
||||
* Get the latest version of wings from the CDN servers.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getLatestWings(): string
|
||||
{
|
||||
@@ -89,8 +83,6 @@ class SoftwareVersionService
|
||||
/**
|
||||
* Determine if a passed wings version is the latest.
|
||||
*
|
||||
* @param string $version
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isLatestWings(string $version)
|
||||
@@ -127,8 +119,6 @@ class SoftwareVersionService
|
||||
|
||||
/**
|
||||
* Return version information for the footer.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected function versionData(): array
|
||||
{
|
||||
@@ -159,8 +149,6 @@ class SoftwareVersionService
|
||||
|
||||
/**
|
||||
* ?
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getVersionData(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user