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 1717 },
1818 "autoload" : {
1919 "psr-4" : {
20- "ApiClients\\ Tools\\ JSON \\ " : " src/"
20+ "ApiClients\\ Tools\\ Json \\ " : " src/"
2121 }
2222 },
2323 "autoload-dev" : {
2424 "psr-4" : {
25- "ApiClients\\ Tests\\ Tools\\ JSON \\ " : " tests/"
25+ "ApiClients\\ Tests\\ Tools\\ Json \\ " : " tests/"
2626 }
2727 },
2828 "config" : {
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3- namespace ApiClients \Tools \JSON ;
3+ namespace ApiClients \Tools \Json ;
44
55use ApiClients \Foundation \Service \ServiceInterface ;
66use React \EventLoop \LoopInterface ;
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3- namespace ApiClients \Tools \JSON ;
3+ namespace ApiClients \Tools \Json ;
44
55use ApiClients \Foundation \Service \ServiceInterface ;
66use React \EventLoop \LoopInterface ;
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3- namespace ApiClients \Tests \Tools \JSON ;
3+ namespace ApiClients \Tests \Tools \Json ;
44
5- use ApiClients \Tools \JSON \JsonDecodeService ;
5+ use ApiClients \Tools \Json \JsonDecodeService ;
66use ApiClients \Tools \TestUtilities \TestCase ;
77use ExceptionalJSON \DecodeErrorException ;
88use React \EventLoop \Factory ;
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3- namespace ApiClients \Tests \Tools \JSON ;
3+ namespace ApiClients \Tests \Tools \Json ;
44
5- use ApiClients \Tools \JSON \JsonEncodeService ;
5+ use ApiClients \Tools \Json \JsonEncodeService ;
66use ApiClients \Tools \TestUtilities \TestCase ;
77use ExceptionalJSON \EncodeErrorException ;
88use React \EventLoop \Factory ;
You can’t perform that action at this time.
0 commit comments