Explorar o código

[EventDispatcher] removed unused class variable

Bulat Shakirzyanov %!s(int64=14) %!d(string=hai) anos
pai
achega
799375dfd6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;