mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-07 05:14:52 +00:00
Code cleanup.
This commit is contained in:
@@ -19,10 +19,28 @@ interface ImportRepositoryInterface
|
||||
*/
|
||||
public function store(\Importmap $map, $class, $oldID, $newID);
|
||||
|
||||
/**
|
||||
* @param $id
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function findImportMap($id);
|
||||
|
||||
/**
|
||||
* @param \Importmap $map
|
||||
* @param $class
|
||||
* @param $oldID
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function findImportEntry(\Importmap $map, $class, $oldID);
|
||||
|
||||
/**
|
||||
* @param \Importmap $map
|
||||
* @param $oldComponentId
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function findImportComponentMap(\Importmap $map, $oldComponentId);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user