mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Also test attachments.
This commit is contained in:
@@ -48,11 +48,11 @@ interface AccountRepositoryInterface
|
||||
public function count(array $types): int;
|
||||
|
||||
/**
|
||||
* @param array $types
|
||||
* @param string $type
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function maxOrder(array $types): int;
|
||||
public function maxOrder(string $type): int;
|
||||
|
||||
/**
|
||||
* Moved here from account CRUD.
|
||||
|
Reference in New Issue
Block a user