Apply fixes from StyleCI (#590)

This commit is contained in:
Dane Everitt 2017-08-15 23:21:01 -05:00 committed by GitHub
parent 1260a8384a
commit 46cb71e69d
13 changed files with 47 additions and 48 deletions

View file

@ -26,11 +26,11 @@ namespace Tests\Unit\Services\Services\Options;
use Exception;
use Mockery as m;
use Pterodactyl\Contracts\Repository\ServiceOptionRepositoryInterface;
use Pterodactyl\Exceptions\Services\ServiceOption\NoParentConfigurationFoundException;
use Tests\TestCase;
use Pterodactyl\Models\ServiceOption;
use Pterodactyl\Services\Services\Options\OptionUpdateService;
use Tests\TestCase;
use Pterodactyl\Contracts\Repository\ServiceOptionRepositoryInterface;
use Pterodactyl\Exceptions\Services\ServiceOption\NoParentConfigurationFoundException;
class OptionUpdateServiceTest extends TestCase
{