Fixed comments

see https://github.com/Exercise/FOQElasticaBundle/pull/51
This commit is contained in:
William DURAND 2011-12-20 17:48:56 +01:00
commit 00aa83df80
5 changed files with 30 additions and 48 deletions

View file

@ -7,7 +7,7 @@ use Symfony\Component\Config\Definition\Builder\TreeBuilder;
class Configuration
{
protected $supportedDrivers = array('orm', 'mongodb', 'propel');
private $supportedDrivers = array('orm', 'mongodb', 'propel');
/**
* Generates the configuration tree.