[DependencyInjection] fixed coding standards

This commit is contained in:
Fabien Potencier 2010-01-15 14:01:49 +01:00
parent ee7deaa5ee
commit 150d3b4a75

View File

@ -20,8 +20,7 @@ namespace Symfony\Components\DependencyInjection\Loader;
*/ */
abstract class FileLoader extends Loader abstract class FileLoader extends Loader
{ {
protected protected $paths;
$paths = array();
/** /**
* Constructor. * Constructor.