mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Add newlines and strict types
This commit is contained in:
@@ -168,4 +168,4 @@ class AccountFactory
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,4 +40,4 @@ class AccountMetaFactory
|
||||
return AccountMeta::create($data);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -134,4 +134,4 @@ class BillFactory
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,4 +97,4 @@ class BudgetFactory
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -106,4 +106,4 @@ class CategoryFactory
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,4 +85,4 @@ class PiggyBankEventFactory
|
||||
|
||||
return $event;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -97,4 +97,4 @@ class PiggyBankFactory
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,4 +99,4 @@ class TagFactory
|
||||
$this->user = $user;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,4 +64,4 @@ class TransactionCurrencyFactory
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -145,4 +145,4 @@ class TransactionFactory
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -151,4 +151,4 @@ class TransactionJournalFactory
|
||||
return $transactionType;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,4 +69,4 @@ class TransactionJournalMetaFactory
|
||||
return $entry;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,4 +41,4 @@ class TransactionTypeFactory
|
||||
return TransactionType::whereType(ucfirst($type))->first();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user