@@ -27,7 +27,7 @@ |
||
27 | 27 | /** |
28 | 28 | * Implements hook_form_alter(). |
29 | 29 | */ |
30 | -function media_form_alter(&$form, FormStateInterface &$form_state) { |
|
30 | +function media_form_alter(&$form, FormStateInterface & $form_state) { |
|
31 | 31 | if (isset($form['#form_id'])) { |
32 | 32 | if ($form['#form_id'] == 'entity_browser_media_library_form') { |
33 | 33 | // Attach our library. |