Update code style of various files

This commit is contained in:
DariusIII
2019-02-03 20:58:51 +01:00
parent c13b73deae
commit 50ff1b6181
169 changed files with 464 additions and 465 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use ApaiIO\ApaiIO;
use App\Models\Settings;
use ApaiIO\Operations\Search;
use ApaiIO\Configuration\GenericConfiguration;
use ApaiIO\Operations\Search;
use App\Models\Settings;
$pubkey = Settings::settingValue('APIs..amazonpubkey');
$privkey = Settings::settingValue('APIs..amazonprivkey');
+3 -3
View File
@@ -2,11 +2,11 @@
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use Blacklight\processing\tv\TVDB;
use Adrenth\Thetvdb\Exception\UnauthorizedException;
use Adrenth\Thetvdb\Exception\RequestFailedException;
use Adrenth\Thetvdb\Exception\InvalidArgumentException;
use Adrenth\Thetvdb\Exception\InvalidJsonInResponseException;
use Adrenth\Thetvdb\Exception\RequestFailedException;
use Adrenth\Thetvdb\Exception\UnauthorizedException;
use Blacklight\processing\tv\TVDB;
$c = new Blacklight\ColorCLI();
$tvdb = new TVDB();