Completed
Pull Request — 8.x-1.x (#130)
by
unknown
07:20
created
src/Form/EntityBrowserForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
    * {@inheritdoc}
29 29
    */
30 30
   public function getFormId() {
31
-    return 'entity_browser_' . $this->entity->id() . '_form';
31
+    return 'entity_browser_'.$this->entity->id().'_form';
32 32
   }
33 33
 
34 34
   /**
Please login to merge, or discard this patch.
src/Form/WidgetsConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     $form['widget'] = [
81 81
       '#type' => 'select',
82 82
       '#title' => $this->t('Add widget plugin'),
83
-      '#options' => ['_none_' => '- ' . $this->t('Select a widget to add it') . ' -'] + $widgets,
83
+      '#options' => ['_none_' => '- '.$this->t('Select a widget to add it').' -'] + $widgets,
84 84
       '#ajax' => [
85 85
         'callback' => [get_class($this), 'addWidgetCallback'],
86 86
         'wrapper' => 'widgets',
Please login to merge, or discard this patch.