Completed
Push — 8.x-1.x ( 370b51...8c1944 )
by Janez
02:17
created
src/Wizard/EntityBrowserWizard.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,9 +34,7 @@
 block discarded – undo
34 34
    *   The entity manager.
35 35
    * @param $tempstore_id
36 36
    *   The shared temp store factory collection name.
37
-   * @param null $machine_name
38
-   *   The SharedTempStore key for our current wizard values.
39
-   * @param null $step
37
+   * @param string|null $step
40 38
    *   The current active step of the wizard.
41 39
    */
42 40
   public function __construct(SharedTempStoreFactory $tempstore, FormBuilderInterface $builder, ClassResolverInterface $class_resolver, EventDispatcherInterface $event_dispatcher, EntityManagerInterface $entity_manager, RouteMatchInterface $route_match, $tempstore_id, $entity_browser = NULL, $step = 'general') {
Please login to merge, or discard this patch.
src/EntityBrowserInterface.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -53,8 +53,6 @@  discard block
 block discarded – undo
53 53
   /**
54 54
    * Sets the id of the widget selector plugin.
55 55
    *
56
-   * @param string $display
57
-   *   The id of the widget selector plugin.
58 56
    *
59 57
    * @return \Drupal\entity_browser\EntityBrowserInterface
60 58
    *   The class instance this method is called on.
@@ -64,8 +62,6 @@  discard block
 block discarded – undo
64 62
   /**
65 63
    * Sets the id of the selection display plugin.
66 64
    *
67
-   * @param string $display
68
-   *   The id of the selection display plugin.
69 65
    *
70 66
    * @return \Drupal\entity_browser\EntityBrowserInterface
71 67
    *   The class instance this method is called on.
Please login to merge, or discard this patch.