Commit a3d354f2 authored by Marcin Grabias's avatar Marcin Grabias
Browse files

Empty comment lines cleanup.

parent 4c1b7623
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,13 +17,11 @@ class ActionsPermissions implements ContainerInjectionInterface {

  /**
   * VBO Action manager service.
   *
   */
  protected ViewsBulkOperationsActionManager $actionManager;

  /**
   * The entity type manager.
   *
   */
  protected EntityTypeManagerInterface $entityTypeManager;

+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ class ViewsBulkOperationsAccess implements AccessInterface {

  /**
   * The tempstore service.
   *
   */
  protected PrivateTempStoreFactory $tempStoreFactory;

+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ abstract class ViewsBulkOperationsActionBase extends ActionBase implements Views

  /**
   * The processed view.
   *
   */
  protected ViewExecutable $view;

+0 −4
Original line number Diff line number Diff line
@@ -26,25 +26,21 @@ class ViewsBulkOperationsCommands extends DrushCommands {

  /**
   * The current user object.
   *
   */
  protected AccountInterface $currentUser;

  /**
   * The user storage.
   *
   */
  protected UserStorageInterface $userStorage;

  /**
   * Object that gets the current view data.
   *
   */
  protected ViewsbulkOperationsViewDataInterface $viewData;

  /**
   * Views Bulk Operations action manager.
   *
   */
  protected ViewsBulkOperationsActionManager $actionManager;

+0 −3
Original line number Diff line number Diff line
@@ -23,19 +23,16 @@ class ViewsBulkOperationsController extends ControllerBase implements ContainerI

  /**
   * The tempstore service.
   *
   */
  protected PrivateTempStoreFactory $tempStoreFactory;

  /**
   * Views Bulk Operations action processor.
   *
   */
  protected ViewsBulkOperationsActionProcessorInterface $actionProcessor;

  /**
   * The Renderer service object.
   *
   */
  protected RendererInterface $renderer;

Loading