File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1212
1313namespace chillerlan \HTTP \Psr7 ;
1414
15- use chillerlan \HTTP \Psr17 ;
16- use chillerlan \HTTP \Psr17 \StreamFactory ;
15+ use chillerlan \HTTP \{Psr17 , Psr17 \StreamFactory };
1716use Psr \Http \Message \{MessageInterface , StreamInterface };
1817
1918abstract class Message implements MessageInterface{
Original file line number Diff line number Diff line change 1212
1313namespace chillerlan \HTTP \Psr7 ;
1414
15- use Exception ;
16- use InvalidArgumentException ;
1715use Psr \Http \Message \StreamInterface ;
18- use RuntimeException ;
16+ use Exception , InvalidArgumentException , RuntimeException ;
1917
2018final class Stream implements StreamInterface{
2119
Original file line number Diff line number Diff line change 1212
1313namespace chillerlan \HTTP \Psr7 ;
1414
15- use chillerlan \HTTP \Psr17 ;
16- use chillerlan \HTTP \Psr17 \StreamFactory ;
17- use InvalidArgumentException ;
15+ use chillerlan \HTTP \{Psr17 , Psr17 \StreamFactory };
1816use Psr \Http \Message \{StreamInterface , UploadedFileInterface };
19- use RuntimeException ;
17+ use InvalidArgumentException , RuntimeException ;
2018
2119final class UploadedFile implements UploadedFileInterface{
2220
You can’t perform that action at this time.
0 commit comments