Completed
Push — master ( 1968f4...2723f5 )
by Roy
02:26
created
woocommerce-gateway-stripe.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -141,6 +141,8 @@
 block discarded – undo
141 141
 
142 142
 		/**
143 143
 		 * Allow this class and other classes to add slug keyed notices (to avoid duplication)
144
+		 * @param string $slug
145
+		 * @param string $class
144 146
 		 */
145 147
 		public function add_admin_notice( $slug, $class, $message ) {
146 148
 			$this->notices[ $slug ] = array(
Please login to merge, or discard this patch.