Преглед на файлове

[FrameworkBundle] Make some TraceableEventDispacther properties private

Victor Berchet преди 14 години
родител
ревизия
f331a7f8f9
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/Symfony/Bundle/FrameworkBundle/Debug/TraceableEventDispatcher.php

+ 3 - 3
src/Symfony/Bundle/FrameworkBundle/Debug/TraceableEventDispatcher.php

@@ -24,9 +24,9 @@ use Symfony\Component\EventDispatcher\Event;
  */
 class TraceableEventDispatcher extends ContainerAwareEventDispatcher implements TraceableEventDispatcherInterface
 {
-    protected $logger;
-    protected $called;
-    protected $container;
+    private $logger;
+    private $called;
+    private $container;
 
     /**
      * Constructor.