Completed
Push — master ( c63b04...a7bcfb )
by Sébastien
02:23
created
wc-satt-stt.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,6 @@
 block discarded – undo
181 181
 		/**
182 182
 		 * Subscriptions schemes admin metaboxes.
183 183
 		 *
184
-		 * @param  array $values
185 184
 		 * @return void
186 185
 		 */
187 186
 		public static function add_default_subscription_schemes_content( $defaults ) {
Please login to merge, or discard this patch.
Braces   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,10 @@
 block discarded – undo
17 17
  * License: GNU General Public License v3.0
18 18
  * License URI: http://www.gnu.org/licenses/gpl-3.0.html
19 19
  */
20
-if ( ! defined('ABSPATH') ) exit; // Exit if accessed directly.
20
+if ( ! defined('ABSPATH') ) {
21
+    exit;
22
+}
23
+// Exit if accessed directly.
21 24
 
22 25
 if ( ! class_exists( 'WCSATT_STT' ) ) {
23 26
 	class WCSATT_STT {
Please login to merge, or discard this patch.