apply more cs rules for php-cs

This commit is contained in:
2023-10-17 13:27:03 +02:00
parent 0b0cbed9db
commit bc2041cbdd
1485 changed files with 8169 additions and 9620 deletions

View File

@@ -34,7 +34,7 @@ class PersonListWidgetFactory extends AbstractWidgetFactory
$node->arrayNode('custom_fields')
->prototype('scalar')->end()
->info('Add some custom field to the view. Add the slug of some custom field'
. ' if you want to override the view and show their value in the list')
.' if you want to override the view and show their value in the list')
->example(['custom-field-slug-1', 'custom-field-slug-2'])
->requiresAtLeastOneElement()
->end();