Jelajahi Sumber

[EventDispatcher] removed unused class variable

Bulat Shakirzyanov 14 tahun lalu
induk
melakukan
799375dfd6
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      src/Symfony/Component/EventDispatcher/Event.php

+ 0 - 1
src/Symfony/Component/EventDispatcher/Event.php

@@ -18,7 +18,6 @@ namespace Symfony\Component\EventDispatcher;
  */
 class Event implements EventInterface
 {
-    protected $value = null;
     protected $processed = false;
     protected $subject;
     protected $name;