Skip to content

Commit

Permalink
fix: coding standards (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
millnut authored Sep 24, 2024
1 parent 7e94edd commit 49b6e97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Drupal\Tests\localgov_geo_address\Functional;

use Drupal\Component\Utility\Html;
use Drupal\geo_entity\Entity\GeoEntity;
use Drupal\Tests\BrowserTestBase;
use Drupal\geo_entity\Entity\GeoEntity;

/**
* Ensures that localgov_geo UI works.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Drupal\localgov_geo_update_to_geo_test\Element;

use Drupal\address\Element\Address;
use Drupal\Component\Utility\Crypt;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\BubbleableMetadata;
use Drupal\Core\Site\Settings;
use Drupal\Core\Url;
use Drupal\address\Element\Address;

/**
* Extends the address element to add autocomplete.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Drupal\localgov_geo_update_to_geo_test\Plugin\Field\FieldWidget;

use Drupal\address\Plugin\Field\FieldWidget\AddressDefaultWidget;
use Drupal\Core\Entity\EntityFieldManagerInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Field\FieldItemListInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\address\Plugin\Field\FieldWidget\AddressDefaultWidget;
use Drupal\geocoder\Entity\GeocoderProvider;
use Drupal\geocoder\ProviderPluginManager;
use Symfony\Component\DependencyInjection\ContainerInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
use Drupal\Core\Entity\Entity\EntityFormMode;
use Drupal\Core\Entity\Entity\EntityViewDisplay;
use Drupal\Core\Entity\Entity\EntityViewMode;
use Drupal\Tests\BrowserTestBase;
use Drupal\geo_entity\Entity\GeoEntity;
use Drupal\geo_entity\Entity\GeoEntityType;
use Drupal\localgov_geo_update\Entity\LocalgovGeo;
use Drupal\localgov_geo_update\MigrateDisplayModes;
use Drupal\Tests\BrowserTestBase;

/**
* Updates a localgov geo entity and checks fields and display works.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Functional/GeoBundleCreationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Drupal\Tests\localgov_geo\Functional;

use Drupal\geo_entity\Entity\GeoEntityType;
use Drupal\Tests\BrowserTestBase;
use Drupal\geo_entity\Entity\GeoEntityType;

/**
* Ensures that localgov_geo UI works.
Expand Down

0 comments on commit 49b6e97

Please sign in to comment.