Completed
Push — master ( 037d2f...7bf135 )
by Scott Kingsley
03:42
created
includes/fields-api-controls.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
- * Fields API Text Control class.
4
- *
5
- * @see WP_Fields_API_Control
6
- */
3
+	 * Fields API Text Control class.
4
+	 *
5
+	 * @see WP_Fields_API_Control
6
+	 */
7 7
 class WP_Fields_API_Text_Control extends WP_Fields_API_Control {
8 8
 
9 9
 	/**
Please login to merge, or discard this patch.
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.