Commit b58c6134 authored by ressa's avatar ressa Committed by David Suissa
Browse files

Issue #3494654 by ressa, dydave: Fixed broken tests by fixing indentation and PHPCS errors.

parent f6acda66
Loading
Loading
Loading
Loading
Loading
+16 −17
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ class ToolbarController extends ControllerBase {
   *   A TwigEnvironment instance.
   * @param \Drupal\Core\Theme\Registry $theme_registry
   *   The theme.registry service.
   * @param \Drupal\search\SearchPageRepositoryInterface $searchPageRepository
   * @param \Drupal\search\SearchPageRepositoryInterface $search_page_repository
   *   The search page repository service.
   */
  public function __construct(
@@ -158,10 +158,9 @@ class ToolbarController extends ControllerBase {
    CachedDiscoveryClearerInterface $plugin_cache_clearer,
    CacheBackendInterface $cache_menu,
    TwigEnvironment $twig,
    // phpcs:ignore Drupal.Functions.MultiLineFunctionDeclaration.MissingTrailingComma
    Registry $theme_registry,
    SearchPageRepositoryInterface $search_page_repository,

    // phpcs:ignore Drupal.Functions.MultiLineFunctionDeclaration.MissingTrailingComma
    SearchPageRepositoryInterface $search_page_repository
  ) {
    $this->cron = $cron;
    $this->menuLinkManager = $menuLinkManager;