Completed
Push — master ( a1b2fc...b5e896 )
by Christian
01:58
created
src/AssetHelper.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Asset Helper
4
- *
5
- * A super-simple way to generate tags for including css and js files in CodeIgniter
6
- *
7
- * @author  Christian Leo-Pernold [email protected]
8
- * @link    https://github.com/mazedlx/asset_helper
9
- * @license http://www.opensource.org/licenses/mit-license
10
- * @package AssetHelper
11
- * @version 1.0.1
12
- */
3
+     * Asset Helper
4
+     *
5
+     * A super-simple way to generate tags for including css and js files in CodeIgniter
6
+     *
7
+     * @author  Christian Leo-Pernold [email protected]
8
+     * @link    https://github.com/mazedlx/asset_helper
9
+     * @license http://www.opensource.org/licenses/mit-license
10
+     * @package AssetHelper
11
+     * @version 1.0.1
12
+     */
13 13
 
14 14
 namespace AssetHelper;
15 15
 
Please login to merge, or discard this patch.