🤖 Auto commit for release 'develop' on 2026-02-06

This commit is contained in:
JC5
2026-02-06 13:55:17 +01:00
parent b4d01d464d
commit 2de9926db8
324 changed files with 14224 additions and 14136 deletions

View File

@@ -34,8 +34,6 @@ use Tests\integration\TestCase;
abstract class AbstractQueryParserInterfaceParseQueryTester extends TestCase
{
abstract protected function createParser(): QueryParserInterface;
/**
* @param string $query The query string to parse
* @param Node $expected The expected parse result
@@ -147,4 +145,6 @@ abstract class AbstractQueryParserInterfaceParseQueryTester extends TestCase
new NodeGroup([new NodeGroup([new FieldNode('amount', '100'), new FieldNode('category', 'food')]), new StringNode('shopping')]),
];
}
abstract protected function createParser(): QueryParserInterface;
}