mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-17 09:51:40 +00:00
Clean up various code.
This commit is contained in:
@@ -386,6 +386,9 @@ class CreateMainTables extends Migration
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*/
|
||||
private function createRuleTables(): void
|
||||
{
|
||||
if (!Schema::hasTable('rule_groups')) {
|
||||
|
@@ -107,6 +107,7 @@ class UserGroups extends Migration
|
||||
* Run the migrations.
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ShortMethodName)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
*/
|
||||
public function up(): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user