Skip to content

Commit

Permalink
refactor: group use statements and separate with a line
Browse files Browse the repository at this point in the history
  • Loading branch information
shpran committed Sep 29, 2021
1 parent cd572c6 commit 1f1ca97
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
use oat\tao\model\ParamConverter\Manager\ParamConverterManager;
use oat\tao\model\ParamConverter\EventListener\ParamConverterListener;
use oat\generis\model\DependencyInjection\ContainerServiceProviderInterface;
use function Symfony\Component\DependencyInjection\Loader\Configurator\param;
use function Symfony\Component\DependencyInjection\Loader\Configurator\service;
use Symfony\Component\DependencyInjection\Loader\Configurator\ServicesConfigurator;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symfony\Component\DependencyInjection\Loader\Configurator\ParametersConfigurator;

use function Symfony\Component\DependencyInjection\Loader\Configurator\param;
use function Symfony\Component\DependencyInjection\Loader\Configurator\service;

class ParamConverterServiceProvider implements ContainerServiceProviderInterface
{
private const PARAM_CONVERTERS = [
Expand Down

0 comments on commit 1f1ca97

Please sign in to comment.