Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / entity_browser / src / Plugin / EntityBrowser / WidgetSelector / Single.php
index 36851763af95761b06171b0bd5ec5c942a471ffb..d86204b719e03de59d41188dc6ad264aa4976fda 100644 (file)
@@ -20,7 +20,7 @@ class Single extends WidgetSelectorBase {
    * {@inheritdoc}
    */
   public function getForm(array &$form, FormStateInterface &$form_state) {
-    return array();
+    return [];
   }
 
 }