mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-30 06:50:49 +00:00 
			
		
		
		
	Use PSR-12 code style
This commit is contained in:
		| @@ -167,10 +167,8 @@ class ConvertController extends Controller | ||||
|                 $role = 'l_' . $account->accountType->type; | ||||
|             } | ||||
|             if (AccountType::CASH === $account->accountType->type) { | ||||
|  | ||||
|                 $role = 'cash_account'; | ||||
|                 $name = sprintf('(%s)', trans('firefly.cash')); | ||||
|  | ||||
|             } | ||||
|             if (AccountType::REVENUE === $account->accountType->type) { | ||||
|                 $role = 'revenue_account'; | ||||
| @@ -208,10 +206,8 @@ class ConvertController extends Controller | ||||
|                 $role = 'l_' . $account->accountType->type; | ||||
|             } | ||||
|             if (AccountType::CASH === $account->accountType->type) { | ||||
|  | ||||
|                 $role = 'cash_account'; | ||||
|                 $name = sprintf('(%s)', trans('firefly.cash')); | ||||
|  | ||||
|             } | ||||
|             if (AccountType::EXPENSE === $account->accountType->type) { | ||||
|                 $role = 'expense_account'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user