Completed
Pull Request — trunk (#541)
by Justin
11:12
created
includes/CMB2_REST_Controller.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,19 +1,19 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Creates CMB2 objects/fields endpoint for WordPres REST API.
4
- * Allows access to fields registered to a specific post type and more.
5
- *
6
- * @todo  Add better documentation.
7
- * @todo  Research proper schema.
8
- *
9
- * @since 2.2.0
10
- *
11
- * @category  WordPress_Plugin
12
- * @package   CMB2
13
- * @author    WebDevStudios
14
- * @license   GPL-2.0+
15
- * @link      http://webdevstudios.com
16
- */
3
+	 * Creates CMB2 objects/fields endpoint for WordPres REST API.
4
+	 * Allows access to fields registered to a specific post type and more.
5
+	 *
6
+	 * @todo  Add better documentation.
7
+	 * @todo  Research proper schema.
8
+	 *
9
+	 * @since 2.2.0
10
+	 *
11
+	 * @category  WordPress_Plugin
12
+	 * @package   CMB2
13
+	 * @author    WebDevStudios
14
+	 * @license   GPL-2.0+
15
+	 * @link      http://webdevstudios.com
16
+	 */
17 17
 abstract class CMB2_REST_Controller extends WP_REST_Controller {
18 18
 
19 19
 	/**
Please login to merge, or discard this patch.