mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
remove stubs
This commit is contained in:
@@ -48,7 +48,6 @@ final class MaritalStatusAggregator implements AggregatorInterface
|
||||
|
||||
public function applyOn()
|
||||
{
|
||||
return 'abcde';
|
||||
return Declarations::PERSON_TYPE;
|
||||
}
|
||||
|
||||
|
@@ -88,7 +88,6 @@ final class NationalityAggregator implements AggregatorInterface, ExportElementV
|
||||
|
||||
public function applyOn()
|
||||
{
|
||||
return 'abcde';
|
||||
return 'person';
|
||||
}
|
||||
|
||||
|
@@ -73,7 +73,6 @@ class AgeFilter implements ExportElementValidatedInterface, FilterInterface
|
||||
|
||||
public function applyOn()
|
||||
{
|
||||
return 'abcde';
|
||||
return Declarations::PERSON_TYPE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user