Skip to content

Commit da540e8

Browse files
committed
Added return type string
1 parent 4d5d63c commit da540e8

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
@@ -210,7 +210,7 @@ private function getDisallowedFunding()
210210
*
211211
* @return string
212212
*/
213-
private function getAllowedFunding()
213+
private function getAllowedFunding(): string
214214
{
215215
$payLaterActive = (boolean)$this->config->getPayLaterConfigValue('experience_active');
216216

0 commit comments

Comments
 (0)