diff --git a/src/Hydrator/FilterEnabledInterface.php b/src/Hydrator/FilterEnabledInterface.php index e2b055fb6..8b3105f5e 100644 --- a/src/Hydrator/FilterEnabledInterface.php +++ b/src/Hydrator/FilterEnabledInterface.php @@ -40,13 +40,6 @@ interface FilterEnabledInterface extends FilterProviderInterface */ public function addFilter($name, $filter, $condition = FilterComposite::CONDITION_OR); - /** - * Get the filter instance - * - * @return FilterComposite - */ - public function getFilter(); - /** * Check whether a specific filter exists at key $name or not *