Completed
Pull Request — trunk (#541)
by Justin
08:25
created
includes/CMB2_Types.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * CMB field type objects
4
- *
5
- * @todo Date/Time fields should store date format as data attribute for JS
6
- *
7
- * @since  1.0.0
8
- *
9
- * @category  WordPress_Plugin
10
- * @package   CMB2
11
- * @author    WebDevStudios
12
- * @license   GPL-2.0+
13
- * @link      http://webdevstudios.com
14
- */
3
+	 * CMB field type objects
4
+	 *
5
+	 * @todo Date/Time fields should store date format as data attribute for JS
6
+	 *
7
+	 * @since  1.0.0
8
+	 *
9
+	 * @category  WordPress_Plugin
10
+	 * @package   CMB2
11
+	 * @author    WebDevStudios
12
+	 * @license   GPL-2.0+
13
+	 * @link      http://webdevstudios.com
14
+	 */
15 15
 class CMB2_Types {
16 16
 
17 17
 	/**
Please login to merge, or discard this patch.