mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user