Completed
Push — master ( 8a04c2...df3456 )
by Juliette
03:55 queued 47s
created
include/xvardump.php 1 patch
Indentation   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -1,25 +1,25 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * File: xvardump.php
4
- *
5
- * Group of functions for variable visualisation purposes.
6
- *
7
- * The main function pr_var() can be used as a color-coded alternative for var_dump().
8
- *
9
- * A couple of 'shortcut' functions are provided for known variable types.
10
- * Only use those if you know what you are receiving and don't need variable typing info.
11
- *
12
- * @package xvardump
13
- * @author	Juliette Reinders Folmer, {@link http://www.adviesenzo.nl/ Advies en zo} -
14
- *  <[email protected]>
15
- *
16
- * @version   1.7
17
- * @since     2009-09-30 // Last changed: by Juliette Reinders Folmer
18
- * @copyright Advies en zo, Meedenken en -doen �2005-2009
19
- * @license   http://www.opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
20
- * @license   http://opensource.org/licenses/academic Academic Free License Version 1.2
21
- * @example   example/example.php
22
- */
3
+	 * File: xvardump.php
4
+	 *
5
+	 * Group of functions for variable visualisation purposes.
6
+	 *
7
+	 * The main function pr_var() can be used as a color-coded alternative for var_dump().
8
+	 *
9
+	 * A couple of 'shortcut' functions are provided for known variable types.
10
+	 * Only use those if you know what you are receiving and don't need variable typing info.
11
+	 *
12
+	 * @package xvardump
13
+	 * @author	Juliette Reinders Folmer, {@link http://www.adviesenzo.nl/ Advies en zo} -
14
+	 *  <[email protected]>
15
+	 *
16
+	 * @version   1.7
17
+	 * @since     2009-09-30 // Last changed: by Juliette Reinders Folmer
18
+	 * @copyright Advies en zo, Meedenken en -doen �2005-2009
19
+	 * @license   http://www.opensource.org/licenses/lgpl-license.php GNU Lesser General Public License
20
+	 * @license   http://opensource.org/licenses/academic Academic Free License Version 1.2
21
+	 * @example   example/example.php
22
+	 */
23 23
 
24 24
 // Prevent direct calls to this file.
25 25
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.