Codestyle/Cleanup
This commit is contained in:
parent
eb95b03e31
commit
baf4ba5b98
4 changed files with 55 additions and 88 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue