Passed
Push — master ( bb7ac2...6b0d42 )
by Alain
04:17 queued 01:44
created
src/TemplatedShortcode.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Templated Shortcode Implementation.
4
- *
5
- * This version of the shortcode uses Gamajo/TemplateLoader to let you override
6
- * the shortcode views from your theme.
7
- *
8
- * @package   BrightNucleus\Shortcode
9
- * @author    Alain Schlesser <[email protected]>
10
- * @license   GPL-2.0+
11
- * @link      http://www.brightnucleus.com/
12
- * @copyright 2015-2016 Alain Schlesser, Bright Nucleus
13
- */
3
+	 * Templated Shortcode Implementation.
4
+	 *
5
+	 * This version of the shortcode uses Gamajo/TemplateLoader to let you override
6
+	 * the shortcode views from your theme.
7
+	 *
8
+	 * @package   BrightNucleus\Shortcode
9
+	 * @author    Alain Schlesser <[email protected]>
10
+	 * @license   GPL-2.0+
11
+	 * @link      http://www.brightnucleus.com/
12
+	 * @copyright 2015-2016 Alain Schlesser, Bright Nucleus
13
+	 */
14 14
 
15 15
 namespace BrightNucleus\Shortcode;
16 16
 
Please login to merge, or discard this patch.