mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-01 10:02:34 +00:00
🤖 Auto commit for release 'develop' on 2026-01-13
This commit is contained in:
@@ -26,6 +26,7 @@ declare(strict_types=1);
|
||||
namespace FireflyIII\Support\Search\QueryParser;
|
||||
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use SensitiveParameter;
|
||||
|
||||
/**
|
||||
* Single-pass parser that processes query strings into structured nodes.
|
||||
@@ -202,7 +203,7 @@ class QueryParser implements QueryParserInterface
|
||||
return new NodeGroup($nodes, $prohibited);
|
||||
}
|
||||
|
||||
private function createNode(#[\SensitiveParameter] string $token, string $fieldName, bool $prohibited): Node
|
||||
private function createNode(#[SensitiveParameter] string $token, string $fieldName, bool $prohibited): Node
|
||||
{
|
||||
if ('' !== $fieldName) {
|
||||
// OK dus hoe trim je \" correct?
|
||||
|
||||
Reference in New Issue
Block a user