File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
"autoload" : {
25
25
"psr-4" : {
26
- "Http\\ Client\\ Common\\ Plugin \\ " : " src/"
26
+ "Http\\ Client\\ Common\\ " : " src/"
27
27
}
28
28
},
29
29
"autoload-dev" : {
30
30
"psr-4" : {
31
- "spec\\ Http\\ Client\\ Common\\ Plugin \\ " : " spec/"
31
+ "spec\\ Http\\ Client\\ Common\\ " : " spec/"
32
32
}
33
33
},
34
34
"scripts" : {
File renamed without changes.
Original file line number Diff line number Diff line change 3
3
namespace Http \Client \Common \Plugin ;
4
4
5
5
use Http \Client \Common \Plugin ;
6
+ use Http \Client \Common \RewindStreamException ;
6
7
use Http \Message \StreamFactory ;
7
8
use Http \Promise \FulfilledPromise ;
8
9
use Psr \Cache \CacheItemInterface ;
9
10
use Psr \Cache \CacheItemPoolInterface ;
10
11
use Psr \Http \Message \RequestInterface ;
11
12
use Psr \Http \Message \ResponseInterface ;
12
- use RewindStreamException ;
13
13
use Symfony \Component \OptionsResolver \Options ;
14
14
use Symfony \Component \OptionsResolver \OptionsResolver ;
15
15
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Http \Client \Common \ Plugin ;
3
+ namespace Http \Client \Common ;
4
4
5
5
use Http \Client \Exception ;
6
6
You can’t perform that action at this time.
0 commit comments