Skip to content

Commit

Permalink
fix: SwooleEventTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Oct 8, 2024
1 parent fb4eb44 commit d5ae14a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Events/SwooleEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public function add($fd, $flag, $func, $args = [])
$this->_timerId--;
return false;
}
$this->_timer[$timerId] = $res;

return $timerId;
case EventInterface::EV_READ:
Expand Down

0 comments on commit d5ae14a

Please sign in to comment.