Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Jan 29, 2025
1 parent 4346e1d commit 9f22756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quant.module
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use Drupal\quant\Plugin\QueueItem\RouteItem;
use Drupal\quant\QuantQueueFactory;
use Drupal\quant\Seed;
use Drupal\quant\Utility;
use Drupal\views\ViewExecutable;

/**
* Implements hook_menu_local_tasks_alter().
Expand Down Expand Up @@ -507,7 +506,7 @@ function quant_preprocess_views_view_table(&$variables) {
* Implements hook_preprocess_views_view().
*/
function quant_preprocess_views_view(array &$variables) {
/** @var ViewExecutable $view */
/** @var \Drupal\views\ViewExecutable $view */
$view = $variables['view'];

// If the view has exposed filters, add a warning for admins.
Expand Down

0 comments on commit 9f22756

Please sign in to comment.