Completed
Push — master ( 962f7f...8966a0 )
by Angus
02:32
created
application/models/Tracker/Sites/MangaichiScans.php 1 patch
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 MangaichiScans extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'http://mangaichiscans.mokkori.fr/fs';
Please login to merge, or discard this patch.
application/models/Tracker/Sites/OneTimeScans.php 1 patch
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 OneTimeScans extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://otscans.com/foolslide';
Please login to merge, or discard this patch.
application/models/Tracker/Sites/DemonicScans.php 1 patch
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 DemonicScans extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'http://www.demonicscans.com/FoOlSlide';
Please login to merge, or discard this patch.
application/models/Tracker/Sites/DeathTollScans.php 1 patch
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 DeathTollScans extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://reader.deathtollscans.net';
Please login to merge, or discard this patch.
application/models/Tracker/Sites/KireiCake.php 1 patch
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 KireiCake extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://reader.kireicake.com';
Please login to merge, or discard this patch.
application/models/Tracker/Sites/SeaOtterScans.php 1 patch
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 SeaOtterScans extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://reader.seaotterscans.com';
Please login to merge, or discard this patch.
application/models/Tracker/Sites/S2Scans.php 1 patch
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 S2Scans extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://reader.s2smanga.com';
Please login to merge, or discard this patch.
application/models/Tracker/Sites/WhiteoutScans.php 1 patch
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 WhiteoutScans extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://reader.whiteoutscans.com';
Please login to merge, or discard this patch.
application/models/Tracker/Sites/DokiFansubs.php 1 patch
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 DokiFansubs extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://kobato.hologfx.com/reader';
Please login to merge, or discard this patch.