Some preliminary work on issue #6. Breaks a lot of tests. [skip ci]

This commit is contained in:
James Cole
2014-08-13 20:36:32 +02:00
parent f52cc01a8e
commit 9e77bf51bb
8 changed files with 194 additions and 150 deletions

View File

@@ -23,6 +23,16 @@ interface PiggybankRepositoryInterface
*/
public function count();
/**
* @return mixed
*/
public function countRepeating();
/**
* @return mixed
*/
public function countNonrepeating();
/**
* @param $data
*