Add newlines and remove some unused translations.

This commit is contained in:
James Cole
2020-05-30 07:33:06 +02:00
parent 64ac3927ec
commit f3ac8a5888
67 changed files with 61 additions and 397 deletions

View File

@@ -49,4 +49,4 @@ trait AccountValidatorProperties
private $transactionType;
/** @var User */
private $user;
}
}

View File

@@ -139,4 +139,4 @@ trait DepositValidation
// don't expect to end up here:
return $result;
}
}
}

View File

@@ -145,4 +145,4 @@ trait OBValidation
return $result;
}
}
}

View File

@@ -104,4 +104,4 @@ trait ReconciliationValidation
return false;
}
}
}

View File

@@ -120,4 +120,4 @@ trait TransferValidation
return true;
}
}
}

View File

@@ -117,4 +117,4 @@ trait WithdrawalValidation
return true;
}
}
}

View File

@@ -69,4 +69,4 @@ trait CurrencyValidation
}
}
}
}
}

View File

@@ -129,4 +129,4 @@ trait GroupValidation
}
}
}