Passed
Pull Request — master (#47)
by Kiran
04:02
created
includes/admin/class-wpinv-recurring-admin.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -13,12 +13,12 @@
 block discarded – undo
13 13
         self::filters();
14 14
     }
15 15
 
16
-     /**
17
-     * Add actions
18
-     *
19
-     * @since  1.0.0
20
-     * @return void
21
-     */
16
+        /**
17
+         * Add actions
18
+         *
19
+         * @since  1.0.0
20
+         * @return void
21
+         */
22 22
     private function actions() {
23 23
         add_action( 'admin_menu', array( $this, 'add_submenu' ), 11 );
24 24
 
Please login to merge, or discard this patch.