mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
Various code cleanup.
This commit is contained in:
@@ -31,6 +31,7 @@ use Gdbots\QueryParser\Node as GdbotsNode;
|
||||
use Gdbots\QueryParser\QueryParser as BaseQueryParser;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use LogicException;
|
||||
use Safe\Exceptions\FilesystemException;
|
||||
use TypeError;
|
||||
|
||||
use function Safe\fwrite;
|
||||
@@ -45,7 +46,11 @@ class GdbotsQueryParser implements QueryParserInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $query
|
||||
*
|
||||
* @return NodeGroup
|
||||
* @throws FireflyException
|
||||
* @throws FilesystemException
|
||||
*/
|
||||
public function parse(string $query): NodeGroup
|
||||
{
|
||||
|
Reference in New Issue
Block a user