mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Code cleanup that (hopefully) matches style CI
This commit is contained in:
@@ -24,6 +24,7 @@ namespace FireflyIII\Import\Converter;
|
||||
|
||||
/**
|
||||
* Interface ConverterInterface.
|
||||
*
|
||||
* @deprecated
|
||||
* @codeCoverageIgnore
|
||||
*/
|
||||
@@ -32,9 +33,10 @@ interface ConverterInterface
|
||||
/**
|
||||
* Convert a value.
|
||||
*
|
||||
* @param $value
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @param $value
|
||||
*/
|
||||
public function convert($value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user