mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 19:01:39 +00:00
Renaming of classes, making true recursive structure
This commit is contained in:
@@ -7,7 +7,7 @@ namespace FireflyIII\Support\Search\QueryParser;
|
||||
interface QueryParserInterface
|
||||
{
|
||||
/**
|
||||
* @return Node[]
|
||||
* @return NodeGroup
|
||||
*/
|
||||
public function parse(string $query): array;
|
||||
public function parse(string $query): NodeGroup;
|
||||
}
|
||||
|
Reference in New Issue
Block a user