exports tests: move tests in sub-folder, adapt namespace + fix errors

This commit is contained in:
2022-09-06 15:34:42 +02:00
parent eedfa60bea
commit d3a0c4c283
32 changed files with 68 additions and 72 deletions

View File

@@ -34,7 +34,7 @@ class MaritalStatusFilter implements FilterInterface
$this->translatableStringHelper = $translatableStringHelper;
}
public function addRole()
public function addRole(): ?string
{
return null;
}