Fixed coding style

This commit is contained in:
Alejandro Celaya 2018-09-30 09:47:47 +02:00
parent 8323b87076
commit df74a04085

View file

@ -3,8 +3,8 @@ declare(strict_types=1);
namespace ShlinkioTest\Shlink\Installer\Exception;
use Shlinkio\Shlink\Installer\Exception\MissingRequiredOptionException;
use PHPUnit\Framework\TestCase;
use Shlinkio\Shlink\Installer\Exception\MissingRequiredOptionException;
class MissingRequiredOptionExceptionTest extends TestCase
{