@@ -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. |
@@ -10,7 +10,7 @@ discard block |
||
10 | 10 | * @group media |
11 | 11 | */ |
12 | 12 | class GalleryBundleTest extends WebTestBase { |
13 | -<<<<<<< HEAD |
|
13 | +<< << <<< HEAD |
|
14 | 14 | /** |
15 | 15 | * Exempt from strict schema checking. |
16 | 16 | * |
@@ -197,7 +197,4 @@ discard block |
||
197 | 197 | $item = $this->container->get('entity_type.manager') |
198 | 198 | ->getStorage('media') |
199 | 199 | ->loadUnchanged($id); |
200 | - return $item; |
|
201 | - } |
|
202 | - |
|
203 | -} |
|
200 | + return $item |
|
204 | 201 | \ No newline at end of file |