remove stubs

This commit is contained in:
Julien Fastré 2023-06-05 18:10:55 +02:00
parent cc30c81fd7
commit 7fab411b96
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
3 changed files with 0 additions and 3 deletions

View File

@ -48,7 +48,6 @@ final class MaritalStatusAggregator implements AggregatorInterface
public function applyOn()
{
return 'abcde';
return Declarations::PERSON_TYPE;
}

View File

@ -88,7 +88,6 @@ final class NationalityAggregator implements AggregatorInterface, ExportElementV
public function applyOn()
{
return 'abcde';
return 'person';
}

View File

@ -73,7 +73,6 @@ class AgeFilter implements ExportElementValidatedInterface, FilterInterface
public function applyOn()
{
return 'abcde';
return Declarations::PERSON_TYPE;
}