Completed
Push — master ( 0edfad...5113a8 )
by Justin
08:30
created
includes/api/class-wc-rest-payment-gateways-controller.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -247,6 +247,7 @@
 block discarded – undo
247 247
 
248 248
 	/**
249 249
 	 * Return settings associated with this payment gateway.
250
+	 * @param WC_Payment_Gateway $gateway
250 251
 	 */
251 252
 	public function get_settings( $gateway ) {
252 253
 		$settings = array();
Please login to merge, or discard this patch.