mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Improve code quality.
This commit is contained in:
@@ -28,6 +28,8 @@ namespace FireflyIII\Import\MapperPreProcess;
|
||||
interface PreProcessorInterface
|
||||
{
|
||||
/**
|
||||
* Run preprocessor.
|
||||
*
|
||||
* @param string $value
|
||||
*
|
||||
* @return array
|
||||
|
||||
@@ -28,6 +28,8 @@ namespace FireflyIII\Import\MapperPreProcess;
|
||||
class TagsComma implements PreProcessorInterface
|
||||
{
|
||||
/**
|
||||
* Explode and filter list of comma separated tags.
|
||||
*
|
||||
* @param string $value
|
||||
*
|
||||
* @return array
|
||||
|
||||
@@ -28,6 +28,8 @@ namespace FireflyIII\Import\MapperPreProcess;
|
||||
class TagsSpace implements PreProcessorInterface
|
||||
{
|
||||
/**
|
||||
* Explode and filter list of space separated tags.
|
||||
*
|
||||
* @param string $value
|
||||
*
|
||||
* @return array
|
||||
|
||||
Reference in New Issue
Block a user