Skip to content
Snippets Groups Projects
Commit b7536257 authored by Steven Ayers's avatar Steven Ayers
Browse files

Issue #3318198 by bluegeek9, prasaddeole: Fix phpcs coding standards

parent c335221a
Branches
Tags
1 merge request!33Issue #3318198 by bluegeek9: Fix phpcs coding standards
Pipeline #329223 passed with warnings
......@@ -2,9 +2,9 @@
namespace Drupal\quick_node_clone\EventSubscriber;
use Drupal\Core\TempStore\PrivateTempStoreFactory;
use Drupal\address\Event\AddressEvents;
use Drupal\address\Event\InitialValuesEvent;
use Drupal\Core\TempStore\PrivateTempStoreFactory;
use Drupal\quick_node_clone\QuickNodeCloneNodeFinder;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
......
......@@ -3,7 +3,6 @@
namespace Drupal\quick_node_clone\Form;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Config\TypedConfigManagerInterface;
use Drupal\Core\Entity\EntityFieldManagerInterface;
use Drupal\Core\Entity\EntityTypeBundleInfoInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
......
......@@ -2,6 +2,8 @@
namespace Drupal\Tests\quick_node_clone\Functional;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\node\Traits\NodeCreationTrait;
use Drupal\group\Entity\Group;
use Drupal\group\Entity\GroupContent;
use Drupal\group\Entity\GroupRelationship;
......@@ -10,8 +12,6 @@ use Drupal\group\Entity\GroupType;
use Drupal\group\Entity\Storage\GroupContentTypeStorageInterface;
use Drupal\group\Entity\Storage\GroupRelationshipTypeStorageInterface;
use Drupal\group\PermissionScopeInterface;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\node\Traits\NodeCreationTrait;
/**
* Tests node cloning with groups.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment