Apply fixes from StyleCI (#607)
This commit is contained in:
parent
f451e4dc47
commit
1e1eac1b9c
35 changed files with 137 additions and 139 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue