Explorar o código

Update ExtEventLoop.php

walkor %!s(int64=7) %!d(string=hai) anos
pai
achega
d7db822417
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Events/React/ExtEventLoop.php

+ 1 - 1
Events/React/ExtEventLoop.php

@@ -99,7 +99,7 @@ class ExtEventLoop extends \React\EventLoop\ExtEventLoop
             case EventInterface::EV_SIGNAL:
                 return $this->removeSignal($fd);
             case EventInterface::EV_TIMER:
-            case EventInterface::EV_TIMER_ONCE;
+            case EventInterface::EV_TIMER_ONCE:
                 if (isset($this->_timerIdMap[$fd])){
                     $timer_obj = $this->_timerIdMap[$fd];
                     unset($this->_timerIdMap[$fd]);