Code cleanup.

This commit is contained in:
James Cole
2017-11-08 09:05:10 +01:00
parent b6514c7e54
commit 8707bc6612
71 changed files with 77 additions and 67 deletions

View File

@@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* AdminTestMail.php * AdminTestMail.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* ConfirmEmailChangeMail.php * ConfirmEmailChangeMail.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
/** /**
* UndoEmailChangeMail.php * UndoEmailChangeMail.php
* Copyright (c) 2017 thegrumpydictator@gmail.com * Copyright (c) 2017 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Schema\Blueprint;

View File

@@ -1,4 +1,6 @@
<?php <?php
declare(strict_types=1);
return [ return [
'bunq_prerequisites_title' => 'Prerequisites for an import from bunq', 'bunq_prerequisites_title' => 'Prerequisites for an import from bunq',