Skip to content

Commit 4eb3119

Browse files
sorted uses
1 parent 9d7a78b commit 4eb3119

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Bridge/Interaction/CollectionInteractor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace Matthias\SymfonyConsoleForm\Bridge\Interaction;
44

5-
use Matthias\SymfonyConsoleForm\Console\Formatter\Format;
5+
use Matthias\SymfonyConsoleForm\Bridge\Interaction\Exception\CanNotInteractWithForm;
66
use Matthias\SymfonyConsoleForm\Bridge\Interaction\Exception\FormNotReadyForInteraction;
7+
use Matthias\SymfonyConsoleForm\Console\Formatter\Format;
78
use Matthias\SymfonyConsoleForm\Form\FormUtil;
8-
use Matthias\SymfonyConsoleForm\Bridge\Interaction\Exception\CanNotInteractWithForm;
99
use Symfony\Component\Console\Helper\HelperSet;
1010
use Symfony\Component\Console\Helper\QuestionHelper;
1111
use Symfony\Component\Console\Input\InputInterface;

src/Bundle/SymfonyConsoleFormExtension.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace Matthias\SymfonyConsoleForm\Bundle;
44

5-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
6-
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
7-
use Symfony\Component\DependencyInjection\ContainerBuilder;
85
use Symfony\Component\Config\FileLocator;
6+
use Symfony\Component\DependencyInjection\ContainerBuilder;
7+
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
8+
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
99

1010
class SymfonyConsoleFormExtension extends Extension
1111
{

0 commit comments

Comments
 (0)