Bläddra i källkod

[EventDispatcher] removed unused class variable

Bulat Shakirzyanov 14 år sedan
förälder
incheckning
799375dfd6
1 ändrade filer med 0 tillägg och 1 borttagningar
  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;