Pārlūkot izejas kodu

[FrameworkBundle] Initialize the listenerId property in the ContainerAwareEventDispatcher class

Victor Berchet 14 gadi atpakaļ
vecāks
revīzija
b45d117fbf

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/ContainerAwareEventDispatcher.php

@@ -34,7 +34,7 @@ class ContainerAwareEventDispatcher extends EventDispatcher
      * The service IDs of the event listeners and subscribers
      * @var array
      */
-    private $listenerIds;
+    private $listenerIds = array();
 
     /**
      * Constructor.