Completed
Pull Request — master (#1158)
by Marcin
02:39
created
includes/class-wc-stripe-customer.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -173,7 +173,6 @@  discard block
 block discarded – undo
173 173
 	 * Updates the Stripe customer through the API.
174 174
 	 *
175 175
 	 * @param array $args  Additional arguments for the request (optional).
176
-	 * @param bool  $retry Number of retries on error (optional, defaults to 0). If greater than 0, then an exception will be thrown instead of further retries on error.
177 176
 	 *
178 177
 	 * @return string Customer ID
179 178
 	 *
@@ -326,7 +325,6 @@  discard block
 block discarded – undo
326 325
 	/**
327 326
 	 * Get a customers saved sources using their Stripe ID.
328 327
 	 *
329
-	 * @param  string $customer_id
330 328
 	 * @return array
331 329
 	 */
332 330
 	public function get_sources() {
Please login to merge, or discard this patch.