File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ public function __construct(
1616 public static function fromVaasOptions (VaasOptions $ options ): self
1717 {
1818 return new self (
19- $ options ->useCache ,
20- $ options ->useHashLookup ,
21- $ options ->timeout ,
22- self ::DEFAULT_REQUEST_ID
19+ useCache: $ options ->useCache ,
20+ useHashLookup: $ options ->useHashLookup ,
21+ timeout: $ options ->timeout ,
22+ vaasRequestId: self ::DEFAULT_REQUEST_ID
2323 );
2424 }
2525}
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ public function __construct(
1414 public static function fromVaasOptions (VaasOptions $ options ): self
1515 {
1616 return new self (
17- $ options ->useCache ,
18- $ options ->useHashLookup ,
19- self ::DEFAULT_REQUEST_ID
17+ useCache: $ options ->useCache ,
18+ useHashLookup: $ options ->useHashLookup ,
19+ vaasRequestId: self ::DEFAULT_REQUEST_ID
2020 );
2121 }
2222}
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ public function __construct(
1515 public static function fromVaasOptions (VaasOptions $ options ): self
1616 {
1717 return new self (
18- $ options ->useCache ,
19- $ options ->timeout ,
20- self ::DEFAULT_REQUEST_ID
18+ useHashLookup: $ options ->useHashLookup ,
19+ timeout: $ options ->timeout ,
20+ vaasRequestId: self ::DEFAULT_REQUEST_ID
2121 );
2222 }
2323}
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ public function __construct(
1515 public static function fromVaasOptions (VaasOptions $ options ): self
1616 {
1717 return new self (
18- $ options ->useHashLookup ,
19- $ options ->timeout ,
20- self ::DEFAULT_REQUEST_ID
18+ useHashLookup: $ options ->useHashLookup ,
19+ timeout: $ options ->timeout ,
20+ vaasRequestId: self ::DEFAULT_REQUEST_ID
2121 );
2222 }
2323}
You can’t perform that action at this time.
0 commit comments