mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 08:00:19 +00:00
Various code cleanup.
This commit is contained in:
@@ -146,7 +146,7 @@ class ReconcileController extends Controller
|
||||
* @return Redirector|RedirectResponse
|
||||
*
|
||||
* @throws DuplicateTransactionException
|
||||
* */
|
||||
*/
|
||||
public function submit(ReconciliationStoreRequest $request, Account $account, Carbon $start, Carbon $end)
|
||||
{
|
||||
if (!$this->isEditableAccount($account)) {
|
||||
@@ -188,7 +188,7 @@ class ReconcileController extends Controller
|
||||
* Creates a reconciliation group.
|
||||
*
|
||||
* @throws DuplicateTransactionException
|
||||
* */
|
||||
*/
|
||||
private function createReconciliation(Account $account, Carbon $start, Carbon $end, string $difference): string
|
||||
{
|
||||
if (!$this->isEditableAccount($account)) {
|
||||
|
||||
Reference in New Issue
Block a user