@@ -28,7 +28,7 @@ |
||
28 | 28 | /** |
29 | 29 | * Implements hook_form_alter(). |
30 | 30 | */ |
31 | -function media_form_alter(&$form, FormStateInterface &$form_state) { |
|
31 | +function media_form_alter(&$form, FormStateInterface & $form_state) { |
|
32 | 32 | if ($form['#form_id'] == 'entity_browser_media_library_form') { |
33 | 33 | // Style the submit button. |
34 | 34 | $form['actions']['submit']['#attributes']['class'][] = 'button--primary'; |