Skip to content

Commit 115cf8e

Browse files
committed
CRM_Core_Payment_PaymentExtended - Fix PHP warning
1 parent e147f76 commit 115cf8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CRM/Core/Payment/PaymentExtended.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ protected function getReturnUrl() {
154154
*
155155
* @return void
156156
*/
157-
public function setReturnUrl(string $returnUrl = null) {
157+
public function setReturnUrl(?string $returnUrl = null) {
158158
$this->returnUrl = $returnUrl;
159159
}
160160

0 commit comments

Comments
 (0)