Просмотр исходного кода

[DependencyInjection] fixed coding standards

Fabien Potencier 15 лет назад
Родитель
Сommit
150d3b4a75
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/Symfony/Components/DependencyInjection/Loader/FileLoader.php

+ 1 - 2
src/Symfony/Components/DependencyInjection/Loader/FileLoader.php

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