DependencyInjection/Configuration.php
changeset 74 901463f9b11c
parent 68 e7384fb35f7a
child 77 021131fbe2c5
equal deleted inserted replaced
73:12fc4e8b6fde 74:901463f9b11c
     1 <?php
     1 <?php
     2 
     2 /*
       
     3  * This file is part of the WikiTagBundle package.
       
     4  *
       
     5  * (c) IRI <http://www.iri.centrepompidou.fr/>
       
     6  *
       
     7  * For the full copyright and license information, please view the LICENSE
       
     8  * file that was distributed with this source code.
       
     9  */
     3 namespace IRI\Bundle\WikiTagBundle\DependencyInjection;
    10 namespace IRI\Bundle\WikiTagBundle\DependencyInjection;
     4 
    11 
     5 use Symfony\Component\Config\Definition\ScalarNode;
    12 use Symfony\Component\Config\Definition\ScalarNode;
     6 
    13 
     7 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
    14 use Symfony\Component\Config\Definition\Builder\TreeBuilder;