mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Apply fixes from StyleCI (#607)
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
namespace Tests\Unit\Services\Helpers;
|
||||
|
||||
use Closure;
|
||||
use GuzzleHttp\Client;
|
||||
use Mockery as m;
|
||||
use Pterodactyl\Services\Helpers\SoftwareVersionService;
|
||||
use Tests\TestCase;
|
||||
use GuzzleHttp\Client;
|
||||
use Pterodactyl\Services\Helpers\SoftwareVersionService;
|
||||
use Illuminate\Contracts\Cache\Repository as CacheRepository;
|
||||
use Illuminate\Contracts\Config\Repository as ConfigRepository;
|
||||
|
||||
@@ -64,7 +64,7 @@ class SoftwareVersionServiceTest extends TestCase
|
||||
protected $service;
|
||||
|
||||
/**
|
||||
* Setup tests
|
||||
* Setup tests.
|
||||
*/
|
||||
public function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user