mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Some preliminary work on issue #6. Breaks a lot of tests. [skip ci]
This commit is contained in:
@@ -23,6 +23,16 @@ interface PiggybankRepositoryInterface
|
||||
*/
|
||||
public function count();
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function countRepeating();
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function countNonrepeating();
|
||||
|
||||
/**
|
||||
* @param $data
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user