mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 10:22:09 +00:00
Import statements and update configuration.
This commit is contained in:
@@ -25,11 +25,14 @@ declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Support\Search\QueryParser;
|
||||
|
||||
use LogicException;
|
||||
use TypeError;
|
||||
|
||||
interface QueryParserInterface
|
||||
{
|
||||
/**
|
||||
* @throws \LogicException
|
||||
* @throws \TypeError
|
||||
* @throws LogicException
|
||||
* @throws TypeError
|
||||
*/
|
||||
public function parse(string $query): NodeGroup;
|
||||
}
|
||||
|
Reference in New Issue
Block a user