File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ final public function __construct(
8585 ?string $ locality = null ,
8686 ?string $ subLocality = null ,
8787 ?Country $ country = null ,
88- ?string $ timezone = null
88+ ?string $ timezone = null ,
8989 ) {
9090 $ this ->providedBy = $ providedBy ;
9191 $ this ->adminLevels = $ adminLevels ;
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ final class ArcGISOnline extends AbstractHttpProvider implements Provider
7171 public static function token (
7272 ClientInterface $ client ,
7373 string $ token ,
74- ?string $ sourceCountry = null
74+ ?string $ sourceCountry = null ,
7575 ) {
7676 $ provider = new self ($ client , $ sourceCountry , $ token );
7777
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public function __construct(
7474 ClientInterface $ client ,
7575 string $ subscriptionKey ,
7676 array $ options = [],
77- string $ format = 'json '
77+ string $ format = 'json ' ,
7878 ) {
7979 parent ::__construct ($ client );
8080
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public static function business(
8686 ?string $ privateKey = null ,
8787 ?string $ region = null ,
8888 ?string $ apiKey = null ,
89- ?string $ channel = null
89+ ?string $ channel = null ,
9090 ) {
9191 $ provider = new self ($ client , $ region , $ apiKey );
9292 $ provider ->clientId = $ clientId ;
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public function __construct(
149149 ClientInterface $ client ,
150150 string $ accessToken ,
151151 ?string $ country = null ,
152- string $ geocodingMode = self ::GEOCODING_MODE_PLACES
152+ string $ geocodingMode = self ::GEOCODING_MODE_PLACES ,
153153 ) {
154154 parent ::__construct ($ client );
155155
You can’t perform that action at this time.
0 commit comments