Completed
Push — develop ( b91ef9...a714e6 )
by Kenji
02:25
created
application/libraries/Seeder.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * 『CodeIgniter徹底入門』のサンプルアプリケーションをCodeIgniter 3.0にアップデート
4
- *
5
- * @author     Kenji Suzuki <https://github.com/kenjis>
6
- * @license    BSD 3-Clause License
7
- * @copyright  2015 Kenji Suzuki
8
- * @link       https://github.com/kenjis/codeigniter-tettei-apps
9
- */
3
+	 * 『CodeIgniter徹底入門』のサンプルアプリケーションをCodeIgniter 3.0にアップデート
4
+	 *
5
+	 * @author     Kenji Suzuki <https://github.com/kenjis>
6
+	 * @license    BSD 3-Clause License
7
+	 * @copyright  2015 Kenji Suzuki
8
+	 * @link       https://github.com/kenjis/codeigniter-tettei-apps
9
+	 */
10 10
 
11 11
 class Seeder
12 12
 {
Please login to merge, or discard this patch.
application/libraries/Twig.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Part of CodeIgniter Simple and Secure Twig
4
- *
5
- * @author     Kenji Suzuki <https://github.com/kenjis>
6
- * @license    MIT License
7
- * @copyright  2015 Kenji Suzuki
8
- * @link       https://github.com/kenjis/codeigniter-ss-twig
9
- */
3
+	 * Part of CodeIgniter Simple and Secure Twig
4
+	 *
5
+	 * @author     Kenji Suzuki <https://github.com/kenjis>
6
+	 * @license    MIT License
7
+	 * @copyright  2015 Kenji Suzuki
8
+	 * @link       https://github.com/kenjis/codeigniter-ss-twig
9
+	 */
10 10
 
11 11
 // If you don't use Composer, uncomment below
12 12
 /*
Please login to merge, or discard this patch.