Completed
Pull Request — master (#190)
by
unknown
03:42
created
application/models/Tracker/Sites/ChampionScans.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 ChampionScans extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://reader.championscans.com';
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 ChampionScans extends Base_FoolSlide_Site_Model {
4 4
 	public $baseURL = 'https://reader.championscans.com';
Please login to merge, or discard this patch.