mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Fixed coding styles
This commit is contained in:
parent
2175b8a7bb
commit
ce7d2d1fb0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace ShlinkioTest\Shlink\CLI\Command\ShortUrl;
|
||||
|
||||
use const PHP_EOL;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Prophecy\Argument;
|
||||
use Prophecy\Prophecy\ObjectProphecy;
|
||||
|
@ -12,6 +11,7 @@ use Shlinkio\Shlink\Core\Exception;
|
|||
use Shlinkio\Shlink\Core\Service\ShortUrl\DeleteShortUrlServiceInterface;
|
||||
use Symfony\Component\Console\Application;
|
||||
use Symfony\Component\Console\Tester\CommandTester;
|
||||
use const PHP_EOL;
|
||||
use function array_pop;
|
||||
use function sprintf;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue