mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-13 15:20:29 +00:00
🤖 Auto commit for release 'develop' on 2026-02-07
This commit is contained in:
@@ -54,7 +54,7 @@ class QueryParser implements QueryParserInterface
|
||||
$prohibited = false;
|
||||
$chrArray = preg_split('//u', $this->query, -1, PREG_SPLIT_NO_EMPTY);
|
||||
$count = count($chrArray);
|
||||
$prevChar = null;
|
||||
$prevChar = null;
|
||||
while ($this->position < $count) {
|
||||
$char = $chrArray[$this->position];
|
||||
$nextChar = $chrArray[$this->position + 1] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user