Completed
Pull Request — 8.x-1.x (#137)
by
unknown
03:53
created
src/EntityBrowserInterface.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -59,8 +59,6 @@  discard block
 block discarded – undo
59 59
   /**
60 60
    * Sets the id of the widget selector plugin
61 61
    *
62
-   * @param string $display
63
-   *   The id of the widget selector plugin.
64 62
    *
65 63
    * @return \Drupal\entity_browser\EntityBrowserInterface
66 64
    *   The class instance this method is called on.
@@ -70,8 +68,6 @@  discard block
 block discarded – undo
70 68
   /**
71 69
    * Sets the id of the selection display plugin
72 70
    *
73
-   * @param string $display
74
-   *   The id of the selection display plugin.
75 71
    *
76 72
    * @return \Drupal\entity_browser\EntityBrowserInterface
77 73
    *   The class instance this method is called on.
Please login to merge, or discard this patch.
src/Form/GeneralInfoConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
    *
62 62
    * @param \Drupal\entity_browser\DisplayManager $display_manager
63 63
    *   Entity browser display plugin manager.
64
-   * @param \Drupal\entity_browser\WidgetSelectorManager $widget_selector
64
+   * @param \Drupal\entity_browser\WidgetSelectorManager $widget_selector_manager
65 65
    *   Entity browser widget selector plugin manager.
66 66
    * @param \Drupal\entity_browser\SelectionDisplayManager
67 67
    *   Entity browser selection display plugin manager.
Please login to merge, or discard this patch.