Code cleanup

This commit is contained in:
James Cole
2019-08-17 10:47:29 +02:00
parent 23479790fe
commit c2296c3ad5
95 changed files with 463 additions and 507 deletions

View File

@@ -117,7 +117,7 @@ class CurrencyForm
* @param array $options
*
* @return string
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*
*/
protected function allCurrencyField(string $name, string $view, $value = null, array $options = null): string
{
@@ -168,7 +168,7 @@ class CurrencyForm
* @param array $options
*
* @return string
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
*
*/
protected function currencyField(string $name, string $view, $value = null, array $options = null): string
{