Update various things. I know, great description.

This commit is contained in:
James Cole
2023-11-30 17:28:44 +01:00
parent 627db2c2df
commit 271e4271eb
100 changed files with 488 additions and 409 deletions

View File

@@ -54,7 +54,7 @@ class CreateSupportTables extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -45,6 +45,7 @@ class CreateUsersTable extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
*/
public function up(): void

View File

@@ -72,6 +72,7 @@ class CreateMainTables extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
*/
public function up(): void

View File

@@ -33,15 +33,12 @@ class ChangesFor3101 extends Migration
/**
* Reverse the migrations.
*/
public function down(): void
{
}
public function down(): void {}
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
*/
public function up(): void
{
}
public function up(): void {}
}

View File

@@ -38,12 +38,11 @@ class FixNullables extends Migration
/**
* Reverse the migrations.
*/
public function down(): void
{
}
public function down(): void {}
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
*/
public function up(): void

View File

@@ -55,6 +55,7 @@ class ExpandTransactionsTable extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
*/
public function up(): void

View File

@@ -42,7 +42,7 @@ class ChangesForV410 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -54,6 +54,7 @@ class ChangesForV420 extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
*/
public function up(): void

View File

@@ -42,7 +42,7 @@ class ChangesForV430 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -112,7 +112,7 @@ class ChangesForV431 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -60,7 +60,7 @@ class ChangesForV440 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -84,7 +84,7 @@ class ChangesForV450 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -44,7 +44,7 @@ class ChangesForV470 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -56,7 +56,7 @@ class ChangesForV470a extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -44,6 +44,7 @@ class CreateOauthAuthCodesTable extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -44,6 +44,7 @@ class CreateOauthAccessTokensTable extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -44,6 +44,7 @@ class CreateOauthRefreshTokensTable extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -44,6 +44,7 @@ class CreateOauthClientsTable extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -44,6 +44,7 @@ class CreateOauthPersonalAccessClientsTable extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -74,6 +74,7 @@ class ChangesForV472 extends Migration
* Run the migrations.
*
* @return void
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -77,7 +77,7 @@ class ChangesForV473 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -36,16 +36,13 @@ class ChangesForV474 extends Migration
*
* @return void
*/
public function down(): void
{
}
public function down(): void {}
/**
* Run the migrations.
*
* @return void
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{
}
public function up(): void {}
}

View File

@@ -49,7 +49,7 @@ class ChangesForV475 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -63,7 +63,7 @@ class ChangesForV477 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -58,7 +58,7 @@ class ChangesForV479 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -47,7 +47,7 @@ class ChangesForV4710 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -46,7 +46,7 @@ class ChangesForV4711 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -45,7 +45,7 @@ class ChangesForV4712 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -58,7 +58,7 @@ class FixLdapConfiguration extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -113,7 +113,7 @@ class ChangesForV480 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -46,7 +46,7 @@ class MakeLocationsTable extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -45,7 +45,7 @@ class ChangesForV520 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -46,7 +46,7 @@ class ChangesForV530 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -59,7 +59,7 @@ class ChangesForV530a extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -100,7 +100,7 @@ class ChangesForV540 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -124,7 +124,7 @@ class ChangesForV550 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -62,7 +62,7 @@ class ChangesForV550b2 extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -52,6 +52,7 @@ class AddLdapColumnsToUsersTable extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -44,7 +44,7 @@ class ExtendCurrencyInfo extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -42,7 +42,7 @@ class DropTeleTable extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -107,7 +107,7 @@ class UserGroups extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -44,7 +44,7 @@ class CreateLocalPersonalAccessTokensTable extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -34,7 +34,7 @@ use Illuminate\Support\Facades\Schema;
return new class () extends Migration {
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -30,7 +30,7 @@ use Illuminate\Support\Facades\Schema;
return new class () extends Migration {
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -30,7 +30,7 @@ use Illuminate\Support\Facades\Schema;
return new class () extends Migration {
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -30,7 +30,7 @@ use Illuminate\Support\Facades\Schema;
return new class () extends Migration {
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
* @return void
*/
public function up(): void

View File

@@ -35,6 +35,7 @@ use Illuminate\Support\Facades\Schema;
return new class () extends Migration {
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{

View File

@@ -30,6 +30,7 @@ use Illuminate\Support\Facades\Schema;
return new class () extends Migration {
/**
* @SuppressWarnings(PHPMD.ShortMethodName)
* Run the migrations.
*/
public function up(): void