File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ class RecipientId extends AbstractValidString
99 protected function validateValue ($ value )
1010 {
1111 return (preg_match ('/^re_\w{25}$/ ' , $ value )
12- || preg_match ('/^rp_\w{16}$/ ' , $ value )) === 1 ;
12+ || preg_match ('/^rp_\w{16}$/ ' , $ value )) === true ;
1313 }
1414}
Original file line number Diff line number Diff line change @@ -612,6 +612,7 @@ protected function createTransferSettings(): CreateTransferSettingsRequest
612612 * which is a value of any type other than a resource.
613613 * @since 5.4.0
614614 */
615+ #[\ReturnTypeWillChange]
615616 public function jsonSerialize ()
616617 {
617618 $ obj = new \stdClass ();
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public function convertSecondaryToSDKRequest()
180180
181181 return $ splitRequest ;
182182 }
183-
183+ #[\ReturnTypeWillChange]
184184 public function jsonSerialize ()
185185 {
186186 $ obj = new \stdClass ();
You can’t perform that action at this time.
0 commit comments