Meta for new release

This commit is contained in:
James Cole
2023-04-08 08:43:41 +02:00
parent af38f31147
commit f7a02bdc2a
96 changed files with 324 additions and 190 deletions

View File

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

View File

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

View File

@@ -70,7 +70,6 @@ class CreateMainTables extends Migration
/**
* Run the migrations.
*
* @SuppressWarnings(PHPMD.ShortMethodName)
*/
public function up(): void
{
@@ -202,7 +201,6 @@ class CreateMainTables extends Migration
}
/**
* @SuppressWarnings(PHPMD.ExcessiveMethodLength) // cannot be helped.
*/
private function createBudgetTables(): void
{
@@ -393,10 +391,6 @@ class CreateMainTables extends Migration
}
}
/**
* @SuppressWarnings(PHPMD.ExcessiveMethodLength) // cannot be helped.
* @SuppressWarnings(PHPMD.CyclomaticComplexity) // its exactly five
*/
private function createRuleTables(): void
{
if (!Schema::hasTable('rule_groups')) {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -68,7 +68,6 @@ class ChangesForV472 extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
* @return void
*/

View File

@@ -74,7 +74,6 @@ class ChangesForV473 extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
* @return void
*/

View File

@@ -42,7 +42,6 @@ class ChangesForV474 extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
* @return void
*/

View File

@@ -49,8 +49,6 @@ class ChangesForV475 extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*
* @return void
*/

View File

@@ -61,7 +61,6 @@ class ChangesForV477 extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
* @return void
*/

View File

@@ -56,7 +56,6 @@ class ChangesForV479 extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
* @return void
*/

View File

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

View File

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

View File

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

View File

@@ -56,7 +56,6 @@ class FixLdapConfiguration extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
* @return void
*/

View File

@@ -104,7 +104,6 @@ class ChangesForV480 extends Migration
/**
* Run the migrations.
* @SuppressWarnings(PHPMD.ShortMethodName)
*
* @return void
*/

View File

@@ -33,8 +33,6 @@ use PDOException;
class TransactionCurrencySeeder extends Seeder
{
/**
* @SuppressWarnings(PHPMD.ShortMethodName)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
*/
public function run()
{