Apply fixes from StyleCI (#607)

This commit is contained in:
Dane Everitt 2017-08-27 14:55:25 -05:00 committed by GitHub
parent f451e4dc47
commit 1e1eac1b9c
35 changed files with 137 additions and 139 deletions

View file

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