Skip to content

Commit 87908b2

Browse files
authored
Update LibEventLoop.php
1 parent d7db822 commit 87908b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Events/React/LibEventLoop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function del($fd, $flag)
9999
case EventInterface::EV_SIGNAL:
100100
return $this->removeSignal($fd);
101101
case EventInterface::EV_TIMER:
102-
case EventInterface::EV_TIMER_ONCE;
102+
case EventInterface::EV_TIMER_ONCE:
103103
if (isset($this->_timerIdMap[$fd])){
104104
$timer_obj = $this->_timerIdMap[$fd];
105105
unset($this->_timerIdMap[$fd]);

0 commit comments

Comments
 (0)