Apply php-cs-fixer changes

This commit is contained in:
Dane Everitt 2021-08-07 16:10:24 -07:00
parent cec96062e3
commit 436e686037
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
72 changed files with 91 additions and 196 deletions

View file

@ -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
{