Passed
Pull Request — master (#284)
by Brian
09:53
created
includes/admin/meta-boxes/class-mb-form-items.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -144,11 +144,11 @@
 block discarded – undo
144 144
         <?php
145 145
     }
146 146
 
147
-     /**
148
-     * Outputs the payment options.
149
-     *
150
-     * @param WP_Post $post
151
-     */
147
+        /**
148
+         * Outputs the payment options.
149
+         *
150
+         * @param WP_Post $post
151
+         */
152 152
     public static function output_options( $post ) {
153 153
 
154 154
         $post_id             = ! empty( $post->ID ) ? $post->ID : 0;
Please login to merge, or discard this patch.