Completed
Pull Request — master (#38)
by
unknown
02:47
created
tests/test-wp-fields-api.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Class WP_Test_Fields_API_Testcase
4
- *
5
- * @uses PHPUnit_Framework_TestCase
6
- */
3
+	 * Class WP_Test_Fields_API_Testcase
4
+	 *
5
+	 * @uses PHPUnit_Framework_TestCase
6
+	 */
7 7
 class WP_Test_Fields_API_Testcase extends WP_UnitTestCase {
8 8
 
9 9
 	public function tearDown() {
Please login to merge, or discard this patch.
tests/core/nav-menu-item-setting.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Tests WP_Customize_Nav_Menu_Item_Setting.
4
- *
5
- * @group customize
6
- */
3
+	 * Tests WP_Customize_Nav_Menu_Item_Setting.
4
+	 *
5
+	 * @group customize
6
+	 */
7 7
 class Test_WP_Customize_Nav_Menu_Item_Setting extends WP_UnitTestCase {
8 8
 
9 9
 	/**
Please login to merge, or discard this patch.
includes/class-wp-fields-api-section.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * WordPress Fields API Section classes
4
- *
5
- * @package WordPress
6
- * @subpackage Customize
7
- * @since 3.4.0
8
- */
3
+	 * WordPress Fields API Section classes
4
+	 *
5
+	 * @package WordPress
6
+	 * @subpackage Customize
7
+	 * @since 3.4.0
8
+	 */
9 9
 
10 10
 /**
11 11
  * Fields API Section class.
Please login to merge, or discard this patch.
includes/class-wp-fields-api-screen.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * WordPress Fields API Screen classes
4
- *
5
- * @package WordPress
6
- * @subpackage Fields_API
7
- */
3
+	 * WordPress Fields API Screen classes
4
+	 *
5
+	 * @package WordPress
6
+	 * @subpackage Fields_API
7
+	 */
8 8
 
9 9
 /**
10 10
  * Fields API Screen class.
Please login to merge, or discard this patch.
tests/bootstrap.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Bootstrap the plugin unit testing environment.
4
- *
5
- * @package WordPress
6
- * @subpackage Fields API
3
+	 * Bootstrap the plugin unit testing environment.
4
+	 *
5
+	 * @package WordPress
6
+	 * @subpackage Fields API
7 7
 */
8 8
 define( 'WP_TESTS_FORCE_KNOWN_BUGS', true );
9 9
 
Please login to merge, or discard this patch.