Skip to content

Commit

Permalink
Fix return DocBlock type
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcosta99 committed Mar 16, 2022
1 parent f3c178f commit 9d75d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-payment-gateway-wcpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@ public function validate_account_statement_descriptor_field( $param, $value, $ma
* @param string $payment_method Payment method being used.
* @param WC_Order $order WC Order.
*
* @return string Statement descriptor.
* @return string|null Statement descriptor.
*/
public function get_statement_descriptor( $payment_method, $order ) {
$full_statement_descriptor = $this->get_account_statement_descriptor();
Expand Down

0 comments on commit 9d75d4b

Please sign in to comment.