File tree Expand file tree Collapse file tree 12 files changed +21
-21
lines changed Expand file tree Collapse file tree 12 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
26
- "Revolt\\ EventLoop\\ Adapter \\ React\\ " : " src"
26
+ "Revolt\\ EventLoop\\ React\\ " : " src"
27
27
},
28
28
"files" : [
29
29
" src/bootstrap.php" ,
32
32
},
33
33
"autoload-dev" : {
34
34
"psr-4" : {
35
- "Revolt\\ EventLoop\\ Adapter \\ React\\ " : " test" ,
35
+ "Revolt\\ EventLoop\\ React\\ " : " test" ,
36
36
"React\\ Tests\\ EventLoop\\ " : " vendor/react/event-loop/tests"
37
37
}
38
38
},
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Revolt \EventLoop \Adapter \ React \Internal ;
3
+ namespace Revolt \EventLoop \React \Internal ;
4
4
5
5
use React \EventLoop \LoopInterface ;
6
6
use React \EventLoop \TimerInterface ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Revolt \EventLoop \Adapter \ React \Internal ;
3
+ namespace Revolt \EventLoop \React \Internal ;
4
4
5
5
use React \EventLoop \TimerInterface ;
6
6
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
use React \EventLoop \Loop ;
4
- use Revolt \EventLoop \Adapter \ React \Internal \EventLoopAdapter ;
4
+ use Revolt \EventLoop \React \Internal \EventLoopAdapter ;
5
5
6
6
/**
7
7
* @psalm-suppress InternalMethod
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Revolt \EventLoop \Adapter \ React ;
3
+ namespace Revolt \EventLoop \React ;
4
4
5
5
use React \EventLoop \LoopInterface ;
6
6
use Revolt \EventLoop ;
7
- use Revolt \EventLoop \Adapter \ React \Internal \EventLoopAdapter ;
7
+ use Revolt \EventLoop \React \Internal \EventLoopAdapter ;
8
8
9
9
class EvTest extends Test
10
10
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Revolt \EventLoop \Adapter \ React ;
3
+ namespace Revolt \EventLoop \React ;
4
4
5
5
use React \EventLoop \LoopInterface ;
6
6
use Revolt \EventLoop ;
7
- use Revolt \EventLoop \Adapter \ React \Internal \EventLoopAdapter ;
7
+ use Revolt \EventLoop \React \Internal \EventLoopAdapter ;
8
8
9
9
class EvTimerTest extends TimerTest
10
10
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Revolt \EventLoop \Adapter \ React ;
3
+ namespace Revolt \EventLoop \React ;
4
4
5
5
use React \EventLoop \LoopInterface ;
6
6
use Revolt \EventLoop ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Revolt \EventLoop \Adapter \ React ;
3
+ namespace Revolt \EventLoop \React ;
4
4
5
5
use React \EventLoop \LoopInterface ;
6
6
use Revolt \EventLoop ;
7
- use Revolt \EventLoop \Adapter \ React \Internal \EventLoopAdapter ;
7
+ use Revolt \EventLoop \React \Internal \EventLoopAdapter ;
8
8
9
9
class EventTimerTest extends TimerTest
10
10
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Revolt \EventLoop \Adapter \ React ;
3
+ namespace Revolt \EventLoop \React ;
4
4
5
5
use React \EventLoop \LoopInterface ;
6
6
use React \Tests \EventLoop \AbstractLoopTest ;
7
7
use Revolt \EventLoop ;
8
- use Revolt \EventLoop \Adapter \React \Internal \EventLoopAdapter ;
9
- use Revolt \EventLoop \Adapter \React \Internal \Timer ;
10
8
use Revolt \EventLoop \Driver ;
11
9
use Revolt \EventLoop \Driver \StreamSelectDriver ;
10
+ use Revolt \EventLoop \React \Internal \EventLoopAdapter ;
11
+ use Revolt \EventLoop \React \Internal \Timer ;
12
12
use Revolt \EventLoop \UnsupportedFeatureException ;
13
13
14
14
class Test extends AbstractLoopTest
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Revolt \EventLoop \Adapter \ React ;
3
+ namespace Revolt \EventLoop \React ;
4
4
5
5
use React \EventLoop \LoopInterface ;
6
6
use React \Tests \EventLoop \Timer \AbstractTimerTest ;
7
7
use Revolt \EventLoop ;
8
- use Revolt \EventLoop \Adapter \ React \Internal \EventLoopAdapter ;
8
+ use Revolt \EventLoop \React \Internal \EventLoopAdapter ;
9
9
10
10
class TimerTest extends AbstractTimerTest
11
11
{
You can’t perform that action at this time.
0 commit comments