Removed previous warning suppressions.

This commit is contained in:
James Cole
2014-12-19 21:18:42 +01:00
parent 30ac62ffb7
commit 1a0cbbdb31
45 changed files with 35 additions and 145 deletions

View File

@@ -96,12 +96,12 @@ class Transaction implements CUD, CommonDatabaseCalls
/**
* Returns an object with id $id.
*
* @param int $id
* @param int $objectId
*
* @return \Eloquent
* @throws NotImplementedException
*/
public function find($id)
public function find($objectId)
{
// TODO: Implement find() method.
throw new NotImplementedException;