Completed
Push — develop ( 22b6bc...b91ef9 )
by Kenji
02:29
created
application/database/migrations/20150512060024_Create_bbs.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Migration: Create_bbs
4
- *
5
- * Created by: Cli for CodeIgniter <https://github.com/kenjis/codeigniter-cli>
6
- * Created on: 2015/05/12 06:00:24
7
- */
3
+	 * Migration: Create_bbs
4
+	 *
5
+	 * Created by: Cli for CodeIgniter <https://github.com/kenjis/codeigniter-cli>
6
+	 * Created on: 2015/05/12 06:00:24
7
+	 */
8 8
 class Migration_Create_bbs extends CI_Migration {
9 9
 
10 10
 	public function up()
Please login to merge, or discard this patch.
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.