Some small code optimisations.

This commit is contained in:
James Cole
2015-07-09 06:13:39 +02:00
parent 0372c1aaf1
commit 84a7f825d7
7 changed files with 59 additions and 33 deletions

View File

@@ -58,12 +58,12 @@ interface PiggyBankRepositoryInterface
*
* set id of piggy bank.
*
* @param int $id
* @param int $piggyBankId
* @param int $order
*
* @return void
*/
public function setOrder($id, $order);
public function setOrder($piggyBankId, $order);
/**