Completed
Push — master ( f2d2ea...222f63 )
by Angus
02:44
created
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.
application/models/Tracker/Sites/JaiminisBox.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 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 JaiminisBox extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://jaiminisbox.com/reader';
5 5
 
6 6
 	//NOTE: Jaimini's Box appears to have disabled API support for some reason. Fallback to using the old method.
7
-	public function getTitleData(string $title_url, bool $firstGet = FALSE) : ?array {
7
+	public function getTitleData(string $title_url, bool $firstGet = FALSE) : ? array {
8 8
 		$fullURL = $this->getFullTitleURL($title_url);
9 9
 		$titleData = [];
10 10
 		if($content = $this->get_content($fullURL, "", "", FALSE, TRUE, ['adult' => 'true'])) {
Please login to merge, or discard this patch.