mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-01 03:05:09 +00:00
Clean up code.
This commit is contained in:
@@ -33,6 +33,8 @@ use Illuminate\Support\Collection;
|
||||
*/
|
||||
interface SearchInterface
|
||||
{
|
||||
public function getExcludedWords(): array;
|
||||
|
||||
public function getInvalidOperators(): array;
|
||||
|
||||
public function getModifiers(): Collection;
|
||||
@@ -43,8 +45,6 @@ interface SearchInterface
|
||||
|
||||
public function getWordsAsString(): string;
|
||||
|
||||
public function getExcludedWords(): array;
|
||||
|
||||
public function hasModifiers(): bool;
|
||||
|
||||
public function parseQuery(string $query): void;
|
||||
|
||||
Reference in New Issue
Block a user