mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 12:54:52 +00:00
Rearrange structure
This commit is contained in:
13
app/Support/Search/QueryParser/QueryParserInterface.php
Normal file
13
app/Support/Search/QueryParser/QueryParserInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Support\Search\QueryParser;
|
||||
|
||||
interface QueryParserInterface
|
||||
{
|
||||
/**
|
||||
* @return Node[]
|
||||
*/
|
||||
public function parse(string $query): array;
|
||||
}
|
||||
Reference in New Issue
Block a user