mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Code cleanup.
This commit is contained in:
@@ -25,4 +25,4 @@ interface PreProcessorInterface
|
||||
*/
|
||||
public function run(string $value): array;
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -28,4 +28,4 @@ class TagsComma implements PreProcessorInterface
|
||||
{
|
||||
return explode(',', $value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -27,4 +27,4 @@ class TagsSpace implements PreProcessorInterface
|
||||
{
|
||||
return explode(' ', $value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user