mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-30 18:11:45 +00:00
🤖 Auto commit for release 'develop' on 2025-11-09
This commit is contained in:
@@ -66,19 +66,19 @@ class OperatorQuerySearch implements SearchInterface
|
||||
private readonly CategoryRepositoryInterface $categoryRepository;
|
||||
private GroupCollectorInterface $collector;
|
||||
private readonly CurrencyRepositoryInterface $currencyRepository;
|
||||
private array $excludeTags = [];
|
||||
private array $excludeTags = [];
|
||||
private array $includeAnyTags = [];
|
||||
// added to fix #8632
|
||||
private array $includeTags = [];
|
||||
private array $invalidOperators = [];
|
||||
private int $limit = 25;
|
||||
private array $includeTags = [];
|
||||
private array $invalidOperators = [];
|
||||
private int $limit = 25;
|
||||
private readonly Collection $operators;
|
||||
private int $page = 1;
|
||||
private array $prohibitedWords = [];
|
||||
private int $page = 1;
|
||||
private array $prohibitedWords = [];
|
||||
private readonly float $startTime;
|
||||
private readonly TagRepositoryInterface $tagRepository;
|
||||
private readonly array $validOperators;
|
||||
private array $words = [];
|
||||
private array $words = [];
|
||||
|
||||
/**
|
||||
* OperatorQuerySearch constructor.
|
||||
|
||||
Reference in New Issue
Block a user