Skip to content

Commit e0f24db

Browse files
Add missing getCriteria method to \Sylius\Bundle\GridBundle\Builder\Filter\FilterInterface (#440)
Fixes #435
2 parents ffb6eda + 571859b commit e0f24db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Bundle/Builder/Filter/FilterInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/**
1717
* @method mixed getDefaultValue()
1818
* @method self setDefaultValue(mixed $defaultValue)
19+
* @method array<string, mixed> getCriteria()
1920
*/
2021
interface FilterInterface
2122
{

0 commit comments

Comments
 (0)