Completed
Pull Request — master (#11846)
by Justin
09:01
created
includes/api/class-wc-rest-payment-gateways-controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,6 @@  discard block
 block discarded – undo
192 192
 	/**
193 193
 	 * Get a gateway based on the current request object.
194 194
 	 *
195
-	 * @param  WC_Payment_Gateway $gateway Payment gateway object.
196 195
 	 * @return WP_REST_Response|null
197 196
 	 */
198 197
 	public function get_gateway( $request ) {
@@ -247,6 +246,7 @@  discard block
 block discarded – undo
247 246
 
248 247
 	/**
249 248
 	 * Return settings associated with this payment gateway.
249
+	 * @param WC_Payment_Gateway $gateway
250 250
 	 */
251 251
 	public function get_settings( $gateway ) {
252 252
 		$settings = array();
Please login to merge, or discard this patch.