Passed
Push — master ( 3c2f4d...04f807 )
by Alain
02:37
created
includes/shortcode_functions.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Shortcode Functions.
4
- *
5
- * @package   BrightNucleus\Shortcode
6
- * @author    Alain Schlesser <[email protected]>
7
- * @license   GPL-2.0+
8
- * @link      http://www.brightnucleus.com/
9
- * @copyright 2015-2016 Alain Schlesser, Bright Nucleus
10
- */
3
+	 * Shortcode Functions.
4
+	 *
5
+	 * @package   BrightNucleus\Shortcode
6
+	 * @author    Alain Schlesser <[email protected]>
7
+	 * @license   GPL-2.0+
8
+	 * @link      http://www.brightnucleus.com/
9
+	 * @copyright 2015-2016 Alain Schlesser, Bright Nucleus
10
+	 */
11 11
 
12 12
 namespace BrightNucleus\Shortcode;
13 13
 
Please login to merge, or discard this patch.