Completed
Pull Request — master (#37)
by
unknown
02:45
created
includes/class-wp-fields-api-field.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Fields API Field Class
4
- *
5
- * Handles saving and sanitizing of fields.
6
- *
7
- * @package    WordPress
8
- * @subpackage Fields_API
9
- */
3
+	 * Fields API Field Class
4
+	 *
5
+	 * Handles saving and sanitizing of fields.
6
+	 *
7
+	 * @package    WordPress
8
+	 * @subpackage Fields_API
9
+	 */
10 10
 class WP_Fields_API_Field {
11 11
 
12 12
 	/**
Please login to merge, or discard this patch.
includes/class-wp-fields-api-control.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Fields API Control Class
4
- *
5
- * @package WordPress
6
- * @subpackage Fields_API
7
- *
8
- * @property array $choices Key/Values used by Multiple choice control types
9
- */
3
+	 * Fields API Control Class
4
+	 *
5
+	 * @package WordPress
6
+	 * @subpackage Fields_API
7
+	 *
8
+	 * @property array $choices Key/Values used by Multiple choice control types
9
+	 */
10 10
 class WP_Fields_API_Control {
11 11
 
12 12
 	/**
Please login to merge, or discard this patch.
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.