Completed
Push — master ( 209228...5f4a71 )
by Roy
02:50
created
woocommerce-gateway-stripe.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,6 +144,8 @@  discard block
 block discarded – undo
144 144
 
145 145
 		/**
146 146
 		 * Allow this class and other classes to add slug keyed notices (to avoid duplication)
147
+		 * @param string $slug
148
+		 * @param string $class
147 149
 		 */
148 150
 		public function add_admin_notice( $slug, $class, $message ) {
149 151
 			$this->notices[ $slug ] = array(
@@ -397,7 +399,7 @@  discard block
 block discarded – undo
397 399
 		/**
398 400
 		 * List of currencies supported by Stripe that has no decimals.
399 401
 		 *
400
-		 * @return array $currencies
402
+		 * @return string[] $currencies
401 403
 		 */
402 404
 		public static function no_decimal_currencies() {
403 405
 			return array(
Please login to merge, or discard this patch.