Some cleaning up courtesy of PHPStorm.

This commit is contained in:
James Cole
2016-01-16 07:14:36 +01:00
parent 1b316e462e
commit e834489206
18 changed files with 51 additions and 37 deletions

View File

@@ -10,7 +10,8 @@ use Illuminate\Support\Facades\Schema;
/**
* @SuppressWarnings(PHPMD.ShortMethodName) // method names are mandated by laravel.
* @SuppressWarnings("TooManyMethods") // I'm fine with this
* @SuppressWarnings(PHPMD.TooManyMethods)
*
*
* Down:
* 1. Create new Components based on Budgets.

View File

@@ -5,7 +5,7 @@ use Illuminate\Database\Schema\Blueprint;
/**
* @SuppressWarnings(PHPMD.ShortMethodName)
* @SuppressWarnings("PHPMD.ExcessiveMethodLength")
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*
* Class ChangesForV3310
*/

View File

@@ -4,6 +4,9 @@ use Illuminate\Database\Schema\Blueprint;
/**
* Class EntrustSetupTables
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
class EntrustSetupTables extends Migration
{

View File

@@ -5,6 +5,9 @@ use Illuminate\Database\Schema\Blueprint;
/**
* Class ChangesForV345
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
class ChangesForV345 extends Migration
{

View File

@@ -5,6 +5,8 @@ use Illuminate\Database\Schema\Blueprint;
/**
* Class ChangesForV3462
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
class ChangesForV3462 extends Migration
{

View File

@@ -5,6 +5,8 @@ use Illuminate\Database\Schema\Blueprint;
/**
* Class ChangesForV349
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
class ChangesForV349 extends Migration
{

View File

@@ -5,6 +5,8 @@ use Illuminate\Database\Schema\Blueprint;
/**
* Class ChangesForV3410
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
class ChangesForV3410 extends Migration
{

View File

@@ -12,6 +12,9 @@ use Illuminate\Database\Schema\Blueprint;
/**
* Class ChangesForV370
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
class ChangesForV370 extends Migration
{