mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-22 05:02:50 +00:00
cs fixes
This commit is contained in:
@@ -79,7 +79,7 @@ class PersonIdentifierListApiControllerTest extends TestCase
|
||||
return '';
|
||||
}
|
||||
|
||||
public function validate(ExecutionContextInterface $context, PersonIdentifier $identifier, PersonIdentifierDefinition $definition = null): void {}
|
||||
public function validate(ExecutionContextInterface $context, PersonIdentifier $identifier, ?PersonIdentifierDefinition $definition = null): void {}
|
||||
|
||||
public function getDefaultValue(PersonIdentifierDefinition $definition): array
|
||||
{
|
||||
|
Reference in New Issue
Block a user