File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 63
63
extensions : curl
64
64
- name : Install dependencies
65
65
run : composer install --no-progress
66
- - name : Run PHPStan
66
+ - name : Run php-cs-fixer
67
67
run : composer run-script cs
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ final public function __construct(
85
85
?string $ locality = null ,
86
86
?string $ subLocality = null ,
87
87
?Country $ country = null ,
88
- ?string $ timezone = null
88
+ ?string $ timezone = null ,
89
89
) {
90
90
$ this ->providedBy = $ providedBy ;
91
91
$ this ->adminLevels = $ adminLevels ;
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ final class ArcGISOnline extends AbstractHttpProvider implements Provider
71
71
public static function token (
72
72
ClientInterface $ client ,
73
73
string $ token ,
74
- ?string $ sourceCountry = null
74
+ ?string $ sourceCountry = null ,
75
75
) {
76
76
$ provider = new self ($ client , $ sourceCountry , $ token );
77
77
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public function __construct(
74
74
ClientInterface $ client ,
75
75
string $ subscriptionKey ,
76
76
array $ options = [],
77
- string $ format = 'json '
77
+ string $ format = 'json ' ,
78
78
) {
79
79
parent ::__construct ($ client );
80
80
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public static function business(
86
86
?string $ privateKey = null ,
87
87
?string $ region = null ,
88
88
?string $ apiKey = null ,
89
- ?string $ channel = null
89
+ ?string $ channel = null ,
90
90
) {
91
91
$ provider = new self ($ client , $ region , $ apiKey );
92
92
$ provider ->clientId = $ clientId ;
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public function __construct(
149
149
ClientInterface $ client ,
150
150
string $ accessToken ,
151
151
?string $ country = null ,
152
- string $ geocodingMode = self ::GEOCODING_MODE_PLACES
152
+ string $ geocodingMode = self ::GEOCODING_MODE_PLACES ,
153
153
) {
154
154
parent ::__construct ($ client );
155
155
You can’t perform that action at this time.
0 commit comments