[DependencyInjection] fixed coding standards

This commit is contained in:
Fabien Potencier 2010-01-15 14:01:49 +01:00
parent ee7deaa5ee
commit 150d3b4a75
1 changed files with 1 additions and 2 deletions

View File

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