mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
phpstan level 2
This commit is contained in:
@@ -102,6 +102,9 @@ if($status_interval && $status_timeout < $status_interval) {
|
||||
$status_timeout = $status_interval;
|
||||
}
|
||||
|
||||
/**
|
||||
* @var int $status_timeout
|
||||
*/
|
||||
if($status['lastCheck'] + $status_timeout < time()) {
|
||||
updateStatus();
|
||||
}
|
||||
|
Reference in New Issue
Block a user