File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class Client implements ClientInterface
32
32
public function __construct (
33
33
?HttpClientInterface $ client = null ,
34
34
?RequestFactoryInterface $ requestFactory = null ,
35
- ?StreamFactoryInterface $ streamFactory = null
35
+ ?StreamFactoryInterface $ streamFactory = null ,
36
36
) {
37
37
$ this ->client = $ client ?: Psr18ClientDiscovery::find ();
38
38
$ this ->requestFactory = $ requestFactory ?: Psr17FactoryDiscovery::findRequestFactory ();
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function __construct(
60
60
?string $ title = null ,
61
61
?string $ detail = null ,
62
62
?ErrorSource $ source = null ,
63
- ?Meta $ meta = null
63
+ ?Meta $ meta = null ,
64
64
) {
65
65
$ this ->id = $ id ;
66
66
$ this ->links = $ links ;
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function __construct(
37
37
ErrorCollectionParser $ errorCollectionParser ,
38
38
LinksParser $ linksParser ,
39
39
JsonapiParser $ jsonapiParser ,
40
- MetaParser $ metaParser
40
+ MetaParser $ metaParser,
41
41
) {
42
42
$ this ->itemParser = $ itemParser ;
43
43
$ this ->collectionParser = $ collectionParser ;
You can’t perform that action at this time.
0 commit comments