mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 07:49:54 +03:00
Fixed coding style
This commit is contained in:
parent
8323b87076
commit
df74a04085
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue