Skip to content

Commit 72e9570

Browse files
authored
Return Type Added
1 parent 2257328 commit 72e9570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Model/SdkUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ private function getClientId()
175175
*
176176
* @return string
177177
*/
178-
private function getBuyerCountry()
178+
private function getBuyerCountry(): string
179179
{
180180
return (int)$this->config->getValue('sandbox_flag') ?
181181
$this->config->getValue('buyer_country') :

0 commit comments

Comments
 (0)