File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22
3- namespace Amp \ReactAdapter ;
3+ namespace Amp \ReactAdapter \ Internal ;
44
55use React \EventLoop \TimerInterface ;
66
7- class Timer implements TimerInterface
7+ /** @internal */
8+ final class Timer implements TimerInterface
89{
910 /** @var float */
1011 private float $ interval ;
Original file line number Diff line number Diff line change 22
33namespace Amp \ReactAdapter ;
44
5+ use Amp \ReactAdapter \Internal \Timer ;
56use React \EventLoop \LoopInterface ;
67use React \EventLoop \TimerInterface ;
78use Revolt \EventLoop ;
Original file line number Diff line number Diff line change 22
33namespace Amp \ReactAdapter \Test ;
44
5+ use Amp \ReactAdapter \Internal \Timer ;
56use Amp \ReactAdapter \ReactAdapter ;
6- use Amp \ReactAdapter \Timer ;
77use React \EventLoop \LoopInterface ;
88use React \Tests \EventLoop \AbstractLoopTest ;
99use Revolt \EventLoop ;
You can’t perform that action at this time.
0 commit comments