mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Auto commit for release 'develop' on 2025-01-06
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NodeResult.php
|
* NodeResult.php
|
||||||
* Copyright (c) 2025 https://github.com/Sobuno
|
* Copyright (c) 2025 https://github.com/Sobuno
|
||||||
|
@@ -27,9 +27,6 @@ namespace FireflyIII\Support\Search\QueryParser;
|
|||||||
|
|
||||||
use Illuminate\Support\Facades\Log;
|
use Illuminate\Support\Facades\Log;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Single-pass parser that processes query strings into structured nodes.
|
* Single-pass parser that processes query strings into structured nodes.
|
||||||
* Scans each character once (O(n)) to build field searches, quoted strings,
|
* Scans each character once (O(n)) to build field searches, quoted strings,
|
||||||
|
Reference in New Issue
Block a user