File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function __construct(
5454 ?ServerRequestFactoryInterface $ serverRequestFactory = null ,
5555 ?StreamFactoryInterface $ streamFactory = null ,
5656 ?UploadedFileFactoryInterface $ uploadedFileFactory = null ,
57- ?UriFactoryInterface $ uriFactory = null ,
57+ ?UriFactoryInterface $ uriFactory = null
5858 ) {
5959 $ this ->requestFactory = $ requestFactory ;
6060 $ this ->responseFactory = $ responseFactory ;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function __construct(
3131 ?ServerRequestFactoryInterface $ serverRequestFactory = null ,
3232 ?StreamFactoryInterface $ streamFactory = null ,
3333 ?UploadedFileFactoryInterface $ uploadedFileFactory = null ,
34- ?UriFactoryInterface $ uriFactory = null ,
34+ ?UriFactoryInterface $ uriFactory = null
3535 ) {
3636 $ requestFactory ?? $ requestFactory = $ client instanceof RequestFactoryInterface ? $ client : null ;
3737 $ responseFactory ?? $ responseFactory = $ client instanceof ResponseFactoryInterface ? $ client : null ;
You can’t perform that action at this time.
0 commit comments