Merge remote-tracking branch 'origin/master' into rector/rules-symfony

This commit is contained in:
2023-10-17 09:29:10 +02:00
17 changed files with 203 additions and 148 deletions

View File

@@ -426,7 +426,7 @@ class ReportList implements ExportElementValidatedInterface, ListInterface
public function supportsModifiers()
{
return [Declarations::PERSON_IMPLIED_IN, Declarations::PERSON_TYPE, 'report'];
return [Declarations::PERSON_TYPE, 'report'];
}
public function validateForm($data, ExecutionContextInterface $context)