Skip to content

Commit

Permalink
fix: inline documentation for Donations::get_donation_settings() (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe authored Sep 29, 2023
1 parent 063509c commit c6c7916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-donations.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function ( $item ) use ( $donation_products ) {
/**
* Get the donation settings.
*
* @return Array of donation settings or WP_Error if WooCommerce is not set up.
* @return array|WP_Error Donation settings or WP_Error if WooCommerce is not set up.
*/
public static function get_donation_settings() {
$settings = self::get_donation_default_settings();
Expand Down

0 comments on commit c6c7916

Please sign in to comment.