File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
"autoload" : {
19
19
"psr-4" : {
20
- "ApiClients\\ Tools\\ JSON \\ " : " src/"
20
+ "ApiClients\\ Tools\\ Json \\ " : " src/"
21
21
}
22
22
},
23
23
"autoload-dev" : {
24
24
"psr-4" : {
25
- "ApiClients\\ Tests\\ Tools\\ JSON \\ " : " tests/"
25
+ "ApiClients\\ Tests\\ Tools\\ Json \\ " : " tests/"
26
26
}
27
27
},
28
28
"config" : {
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
2
3
- namespace ApiClients \Tools \JSON ;
3
+ namespace ApiClients \Tools \Json ;
4
4
5
5
use ApiClients \Foundation \Service \ServiceInterface ;
6
6
use React \EventLoop \LoopInterface ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
2
3
- namespace ApiClients \Tools \JSON ;
3
+ namespace ApiClients \Tools \Json ;
4
4
5
5
use ApiClients \Foundation \Service \ServiceInterface ;
6
6
use React \EventLoop \LoopInterface ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
2
3
- namespace ApiClients \Tests \Tools \JSON ;
3
+ namespace ApiClients \Tests \Tools \Json ;
4
4
5
- use ApiClients \Tools \JSON \JsonDecodeService ;
5
+ use ApiClients \Tools \Json \JsonDecodeService ;
6
6
use ApiClients \Tools \TestUtilities \TestCase ;
7
7
use ExceptionalJSON \DecodeErrorException ;
8
8
use React \EventLoop \Factory ;
Original file line number Diff line number Diff line change 1
1
<?php declare (strict_types=1 );
2
2
3
- namespace ApiClients \Tests \Tools \JSON ;
3
+ namespace ApiClients \Tests \Tools \Json ;
4
4
5
- use ApiClients \Tools \JSON \JsonEncodeService ;
5
+ use ApiClients \Tools \Json \JsonEncodeService ;
6
6
use ApiClients \Tools \TestUtilities \TestCase ;
7
7
use ExceptionalJSON \EncodeErrorException ;
8
8
use React \EventLoop \Factory ;
You can’t perform that action at this time.
0 commit comments