Completed
Pull Request — master (#1478)
by
unknown
10:44
created
includes/admin/class-wc-stripe-inbox-notes.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@
 block discarded – undo
21 21
 
22 22
 	/**
23 23
 	 * Manage notes to show after Apple Pay domain verification.
24
+	 * @param boolean $verification_complete
24 25
 	 */
25 26
 	public static function notify_on_apple_pay_domain_verification( $verification_complete ) {
26 27
 		if ( ! class_exists( 'Automattic\WooCommerce\Admin\Notes\WC_Admin_Notes' ) ) {
Please login to merge, or discard this patch.
tests/phpunit/test-wc-stripe-level-3-data.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
  */
10 10
 class WC_Stripe_Level3_Data_Test extends WP_UnitTestCase {
11 11
 
12
+	/**
13
+	 * @param string $shipping_postcode
14
+	 */
12 15
 	protected function mock_level_3_order( $shipping_postcode, $with_fee = false ) {
13 16
 		// Setup the item.
14 17
 		$mock_item = $this->getMockBuilder( WC_Order_Item_Product::class )
Please login to merge, or discard this patch.