This commit is contained in:
Eriksen Costa 2012-03-31 17:31:37 -03:00
parent 0c7b2911bc
commit bec231f6ca
3 changed files with 14 additions and 14 deletions

View File

@ -1,11 +1,5 @@
<?php
namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\Reference;
/*
* This file is part of the Symfony framework.
*
@ -15,6 +9,12 @@ use Symfony\Component\DependencyInjection\Reference;
* with this source code in the file LICENSE.
*/
namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\Reference;
/**
* Registers the cache clearers.
*

View File

@ -1,11 +1,5 @@
<?php
namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\Reference;
/*
* This file is part of the Symfony framework.
*
@ -15,6 +9,12 @@ use Symfony\Component\DependencyInjection\Reference;
* with this source code in the file LICENSE.
*/
namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\Reference;
/**
* Registers the cache warmers.
*

View File

@ -1,7 +1,5 @@
<?php
namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
/*
* This file is part of the Symfony package.
*
@ -11,6 +9,8 @@ namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
* file that was distributed with this source code.
*/
namespace Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;