فهرست منبع

[DependencyInjection] fixed coding standards

Fabien Potencier 15 سال پیش
والد
کامیت
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
 abstract class FileLoader extends Loader
 {
 {
-  protected
-    $paths = array();
+  protected $paths;
 
 
   /**
   /**
    * Constructor.
    * Constructor.