Various code cleanup things and preparation for a new demo user.

This commit is contained in:
James Cole
2016-12-24 14:43:42 +01:00
parent 9c4d2e8791
commit afe98cda9f
15 changed files with 79 additions and 158 deletions

View File

@@ -21,8 +21,6 @@ class FixNullables extends Migration
/**
* Reverse the migrations.
*
* @return void
*/
public function down()
{
@@ -32,7 +30,7 @@ class FixNullables extends Migration
/**
* Run the migrations.
*
* @return void
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up()
{