Skip to content

Commit db424e6

Browse files
committed
CS fix
1 parent 23a9fb4 commit db424e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
namespace FOS\UserBundle\DependencyInjection;
1313

14+
use FOS\UserBundle\Form\Type;
1415
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
1516
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
1617
use Symfony\Component\Config\Definition\ConfigurationInterface;
17-
use FOS\UserBundle\Form\Type;
1818

1919
/**
2020
* This class contains the configuration information for the bundle.

0 commit comments

Comments
 (0)