Completed
Pull Request — 8.x-1.x (#130)
by
unknown
07:20
created
src/Plugin/Field/FieldWidget/EntityReference.php 1 patch
Indentation   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@  discard block
 block discarded – undo
24 24
 
25 25
 /**
26 26
  * Plugin implementation of the 'entity_reference' widget for entity browser.
27
-
28 27
  * @FieldWidget(
29 28
  *   id = "entity_browser_entity_reference",
30 29
  *   label = @Translation("Entity browser"),
@@ -174,8 +173,8 @@  discard block
 block discarded – undo
174 173
   }
175 174
 
176 175
     /**
177
-   * {@inheritdoc}
178
-   */
176
+     * {@inheritdoc}
177
+     */
179 178
   public function settingsSummary() {
180 179
     $summary = [];
181 180
     $entity_browser_id = $this->getSetting('entity_browser');
Please login to merge, or discard this patch.