Completed
Push — master ( a28ed9...a15f20 )
by Angus
09:34
created
application/migrations/006_setup_tracker.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php defined('BASEPATH') OR exit('No direct script access allowed');
1
+<?php defined('BASEPATH') or exit('No direct script access allowed');
2 2
 
3 3
 class Migration_Setup_Tracker extends MY_Migration {
4 4
 	public function __construct() {
Please login to merge, or discard this patch.
application/core/MY_Migration.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);  defined('BASEPATH') OR exit('No direct script access allowed');
1
+<?php declare(strict_types = 1); defined('BASEPATH') OR exit('No direct script access allowed');
2 2
 
3 3
 class MY_Migration extends CI_Migration {
4 4
 	public function __construct() {
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);  defined('BASEPATH') OR exit('No direct script access allowed');
1
+<?php declare(strict_types=1);  defined('BASEPATH') or exit('No direct script access allowed');
2 2
 
3 3
 class MY_Migration extends CI_Migration {
4 4
 	public function __construct() {
Please login to merge, or discard this patch.