Commit 1d7456a7 authored by Joseph Olstad's avatar Joseph Olstad
Browse files

Issue #3339013 by joseph.olstad: phpcs remove unused use statements and extra line at end of file.

parent ba1628c1
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@
 */

use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\Core\Asset\AttachedAssetsInterface;
use Drupal\Core\Language\LanguageInterface;

/**
 * Implements hook_help().
@@ -62,4 +60,3 @@ function jquery_ui_library_info_alter(array &$libraries, string $module): void {
    ];
  }
}