Small code cleanup.

This commit is contained in:
James Cole
2023-12-23 06:22:47 +01:00
parent 581e5d7330
commit ca8f153c6a
7 changed files with 83 additions and 51 deletions

View File

@@ -82,7 +82,7 @@ class TransactionController extends Controller
}
/**
* @param array $params <array<string, array<string, int|string>>>
* @param array<string, array<string, string>> $params
*/
private function isUpdateTransactionAccount(array $params): bool
{

View File

@@ -161,7 +161,7 @@ class DestroyController extends Controller
}
/**
* @param array $types <int, string>
* @param array<int, string> $types
*/
private function destroyAccounts(array $types): void
{
@@ -187,7 +187,7 @@ class DestroyController extends Controller
}
/**
* @param array $types <int, string>
* @param array<int, string> $types
*/
private function destroyTransactions(array $types): void
{