Completed
Push — trunk ( b0e098...ec33e1 )
by Justin
26:43 queued 11:42
created
includes/CMB2_Sanitize.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
- * CMB2 field sanitization
4
- *
5
- * @since  0.0.4
6
- *
7
- * @category  WordPress_Plugin
8
- * @package   CMB2
9
- * @author    WebDevStudios
10
- * @license   GPL-2.0+
11
- * @link      http://webdevstudios.com
12
- *
13
- * @method string _id()
14
- */
3
+	 * CMB2 field sanitization
4
+	 *
5
+	 * @since  0.0.4
6
+	 *
7
+	 * @category  WordPress_Plugin
8
+	 * @package   CMB2
9
+	 * @author    WebDevStudios
10
+	 * @license   GPL-2.0+
11
+	 * @link      http://webdevstudios.com
12
+	 *
13
+	 * @method string _id()
14
+	 */
15 15
 class CMB2_Sanitize {
16 16
 
17 17
 	/**
Please login to merge, or discard this patch.