mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 06:31:22 +00:00
Various code cleanup.
This commit is contained in:
@@ -92,7 +92,6 @@ interface AccountRepositoryInterface
|
||||
* @param string $name
|
||||
* @param array $types
|
||||
*
|
||||
* @deprecated
|
||||
* @return Account|null
|
||||
*/
|
||||
public function findByName(string $name, array $types): ?Account;
|
||||
|
||||
@@ -141,7 +141,6 @@ trait FindAccountsTrait
|
||||
* @param string $name
|
||||
* @param array $types
|
||||
*
|
||||
* @deprecated
|
||||
* @return Account|null
|
||||
*/
|
||||
public function findByName(string $name, array $types): ?Account
|
||||
|
||||
Reference in New Issue
Block a user