소스 검색

[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.