mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Meta for new release
This commit is contained in:
@@ -52,7 +52,6 @@ class CreateSupportTables extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -43,7 +43,6 @@ class CreateUsersTable extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -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')) {
|
||||
|
@@ -40,7 +40,6 @@ class ChangesFor3101 extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -42,7 +42,6 @@ class FixNullables extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -54,7 +54,6 @@ class ExpandTransactionsTable extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -43,7 +43,6 @@ class ChangesForV410 extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -53,7 +53,6 @@ class ChangesForV420 extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -43,7 +43,6 @@ class ChangesForV430 extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -104,8 +104,6 @@ class ChangesForV431 extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -61,7 +61,6 @@ class ChangesForV440 extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -82,7 +82,6 @@ class ChangesForV450 extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -45,7 +45,6 @@ class ChangesForV470 extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -55,7 +55,6 @@ class ChangesForV470a extends Migration
|
||||
/**
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -44,7 +44,6 @@ class CreateOauthAuthCodesTable extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -44,7 +44,6 @@ class CreateOauthAccessTokensTable extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -44,7 +44,6 @@ class CreateOauthRefreshTokensTable extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -44,7 +44,6 @@ class CreateOauthClientsTable extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -44,7 +44,6 @@ class CreateOauthPersonalAccessClientsTable extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
@@ -68,7 +68,6 @@ class ChangesForV472 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -74,7 +74,6 @@ class ChangesForV473 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -42,7 +42,6 @@ class ChangesForV474 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -49,8 +49,6 @@ class ChangesForV475 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -61,7 +61,6 @@ class ChangesForV477 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -56,7 +56,6 @@ class ChangesForV479 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -47,7 +47,6 @@ class ChangesForV4710 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -46,7 +46,6 @@ class ChangesForV4711 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -45,7 +45,6 @@ class ChangesForV4712 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -56,7 +56,6 @@ class FixLdapConfiguration extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -104,7 +104,6 @@ class ChangesForV480 extends Migration
|
||||
|
||||
/**
|
||||
* Run the migrations.
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
@@ -33,8 +33,6 @@ use PDOException;
|
||||
class TransactionCurrencySeeder extends Seeder
|
||||
{
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
|
Reference in New Issue
Block a user