mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Improve code quality.
This commit is contained in:
@@ -28,6 +28,10 @@ namespace FireflyIII\Import\Converter;
|
||||
interface ConverterInterface
|
||||
{
|
||||
/**
|
||||
* Convert a value.
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @param $value
|
||||
*/
|
||||
public function convert($value);
|
||||
|
||||
Reference in New Issue
Block a user