Skip to content

Commit 8df4018

Browse files
author
Joshua Fernandes
committed
Fixed Lint Errors.
1 parent 6c4a9c6 commit 8df4018

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

web/modules/custom/civictheme_content/civictheme_content.install

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
declare(strict_types=1);
2121

22-
use Drupal\Core\Installer\Exception\InstallerException;
2322
use Drupal\civictheme\CivicthemeConfigImporter;
2423
use Drupal\civictheme_content\Helper;
24+
use Drupal\Core\Installer\Exception\InstallerException;
2525

2626
/**
2727
* Implements hook_install().

web/modules/custom/civictheme_content/modules/civictheme_content_corporate/civictheme_content_corporate.post_update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
declare(strict_types=1);
99

10-
use Drupal\Core\Utility\UpdateException;
1110
use Drupal\civictheme_content\Helper;
11+
use Drupal\Core\Utility\UpdateException;
1212

1313
/**
1414
* Common updates.

web/modules/custom/civictheme_content/modules/civictheme_content_default/civictheme_content_default.post_update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
declare(strict_types=1);
99

10-
use Drupal\Core\Utility\UpdateException;
1110
use Drupal\civictheme_content\Helper;
11+
use Drupal\Core\Utility\UpdateException;
1212

1313
/**
1414
* Common updates.

web/modules/custom/civictheme_content/modules/civictheme_content_government/civictheme_content_government.post_update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
declare(strict_types=1);
99

10-
use Drupal\Core\Utility\UpdateException;
1110
use Drupal\civictheme_content\Helper;
11+
use Drupal\Core\Utility\UpdateException;
1212

1313
/**
1414
* Common updates.

web/modules/custom/civictheme_content/modules/civictheme_content_highereducation/civictheme_content_highereducation.post_update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
declare(strict_types=1);
99

10-
use Drupal\Core\Utility\UpdateException;
1110
use Drupal\civictheme_content\Helper;
11+
use Drupal\Core\Utility\UpdateException;
1212

1313
/**
1414
* Common updates.

web/modules/custom/civictheme_dev/civictheme_dev.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
declare(strict_types=1);
99

10-
use Drupal\Core\Site\Settings;
1110
use Drupal\civictheme\CivicthemeConstants;
1211
use Drupal\civictheme\CivicthemeVersionManager;
12+
use Drupal\Core\Site\Settings;
1313
use Drupal\views\ViewExecutable;
1414

1515
require_once __DIR__ . '/styleguide.inc';

web/modules/custom/civictheme_dev/civictheme_dev.post_update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
declare(strict_types=1);
99

10-
use Drupal\Core\Utility\UpdateException;
1110
use Drupal\block\Entity\Block;
11+
use Drupal\Core\Utility\UpdateException;
1212
use Drupal\user\Entity\User;
1313

1414
/**

web/modules/custom/civictheme_dev/src/EventSubscriber/CivicthemeDevConfigDevelSubscriber.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
namespace Drupal\civictheme_dev\EventSubscriber;
66

7-
use Drupal\Core\Config\ConfigFactoryInterface;
8-
use Drupal\Core\Config\ConfigManagerInterface;
97
use Drupal\config_devel\Event\ConfigDevelEvents;
108
use Drupal\config_devel\Event\ConfigDevelSaveEvent;
119
use Drupal\config_devel\EventSubscriber\ConfigDevelSubscriberBase;
1210
use Drupal\config_filter\Plugin\ConfigFilterPluginManager;
11+
use Drupal\Core\Config\ConfigFactoryInterface;
12+
use Drupal\Core\Config\ConfigManagerInterface;
1313
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
1414

1515
/**

0 commit comments

Comments
 (0)