Codestyle/Cleanup

This commit is contained in:
Sarjuuk 2025-10-05 00:28:27 +02:00
parent eb95b03e31
commit baf4ba5b98
4 changed files with 55 additions and 88 deletions

View file

@ -8,9 +8,9 @@ if (!defined('AOWOW_REVISION'))
class Timer
{
private $t_cur = 0;
private $t_new = 0;
private $intv = 0;
private float $t_cur = 0;
private float $t_new = 0;
private float $intv = 0;
public function __construct(int $intervall)
{