Fix codestyle.

This commit is contained in:
Github Actions Bot 2020-07-03 01:48:42 +00:00
parent 86b656a25c
commit 714128f614
32 changed files with 7 additions and 67 deletions

View file

@ -68,6 +68,7 @@ class Phone extends AbstractDaemon
if ((microtime(true) - $this->last_message_at) > $this->max_inactivity)
{
posix_kill(getmypid(), SIGTERM); //Send exit signal to the current process
return false;
}
}