mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 14:46:37 +00:00
Code cleanup
This commit is contained in:
@@ -125,14 +125,14 @@ class MappedValuesValidatorTest extends TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $id
|
||||
* @param int $objectId
|
||||
*
|
||||
* @return stdClass
|
||||
*/
|
||||
private function objectWithId(int $id): stdClass
|
||||
private function objectWithId(int $objectId): stdClass
|
||||
{
|
||||
$obj = new stdClass();
|
||||
$obj->id = $id;
|
||||
$obj->id = $objectId;
|
||||
|
||||
return $obj;
|
||||
}
|
||||
|
Reference in New Issue
Block a user