Skip to content

Commit

Permalink
fix phpcs use statements should be sorted alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Mar 11, 2024
1 parent bee58f1 commit b88530b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/Kernel/FactoryType/FileFactoryTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Drupal\Tests\factory_lollipop\Kernel\FactoryType;

use Prophecy\PhpUnit\ProphecyTrait;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Config\ImmutableConfig;
use Drupal\Core\File\FileSystemInterface;
use Drupal\factory_lollipop\FactoryType\FileFactoryType;
use Drupal\KernelTests\Core\Entity\EntityKernelTestBase;
use Prophecy\PhpUnit\ProphecyTrait;

/**
* @coversDefaultClass \Drupal\factory_lollipop\FactoryType\FileFactoryType
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Unit/FactoryType/FileFactoryTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Drupal\Tests\factory_lollipop\Unit\Resolver\FactoryType;

use Prophecy\PhpUnit\ProphecyTrait;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Config\ImmutableConfig;
use Drupal\Core\File\FileSystemInterface;
use Drupal\factory_lollipop\FactoryType\FileFactoryType;
use Drupal\Tests\UnitTestCase;
use Prophecy\PhpUnit\ProphecyTrait;

/**
* @coversDefaultClass \Drupal\factory_lollipop\FactoryType\FileFactoryType
Expand Down

0 comments on commit b88530b

Please sign in to comment.