mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Add newlines and remove some unused translations.
This commit is contained in:
@@ -49,4 +49,4 @@ trait AccountValidatorProperties
|
||||
private $transactionType;
|
||||
/** @var User */
|
||||
private $user;
|
||||
}
|
||||
}
|
||||
|
@@ -139,4 +139,4 @@ trait DepositValidation
|
||||
// don't expect to end up here:
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -145,4 +145,4 @@ trait OBValidation
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -104,4 +104,4 @@ trait ReconciliationValidation
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -120,4 +120,4 @@ trait TransferValidation
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -117,4 +117,4 @@ trait WithdrawalValidation
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -69,4 +69,4 @@ trait CurrencyValidation
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -129,4 +129,4 @@ trait GroupValidation
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user