Completed
Pull Request — 8.x-1.x (#117)
by
unknown
03:25
created
src/Plugin/EntityBrowser/Widget/View.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -77,9 +77,9 @@
 block discarded – undo
77 77
    * @param \Drupal\Core\Session\AccountInterface $current_user
78 78
    *   The current user.
79 79
    */
80
-   public function __construct(array $configuration, $plugin_id, $plugin_definition, EventDispatcherInterface $event_dispatcher, EntityManagerInterface $entity_manager, AccountInterface $current_user, KeyValueStoreExpirableInterface $key_value, Request $request) {
81
-     parent::__construct($configuration, $plugin_id, $plugin_definition, $event_dispatcher, $entity_manager, $key_value, $request);
82
-     $this->currentUser = $current_user;
80
+    public function __construct(array $configuration, $plugin_id, $plugin_definition, EventDispatcherInterface $event_dispatcher, EntityManagerInterface $entity_manager, AccountInterface $current_user, KeyValueStoreExpirableInterface $key_value, Request $request) {
81
+      parent::__construct($configuration, $plugin_id, $plugin_definition, $event_dispatcher, $entity_manager, $key_value, $request);
82
+      $this->currentUser = $current_user;
83 83
   }
84 84
 
85 85
   /**
Please login to merge, or discard this patch.