Skip to content

Commit d9ea953

Browse files
committed
Remove useless doc comments
1 parent 1deb7d0 commit d9ea953

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Internal/Timer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@
77
/** @internal */
88
final class Timer implements TimerInterface
99
{
10-
/** @var float */
1110
private float $interval;
1211

1312
/** @var callable */
1413
private $callback;
1514

16-
/** @var bool */
1715
private bool $periodic;
1816

1917
public function __construct(float $interval, callable $callback, bool $periodic = false)

0 commit comments

Comments
 (0)