Fix phpcs error
Order imports alphabetically.
This commit is contained in:
parent
61828669fd
commit
5ed273040f
|
@ -2,9 +2,9 @@
|
|||
|
||||
namespace Drupal\Tests\atdc\Unit;
|
||||
|
||||
use Drupal\atdc\Repository\PostNodeRepository;
|
||||
use Drupal\Core\Entity\EntityStorageInterface;
|
||||
use Drupal\Core\Entity\EntityTypeManagerInterface;
|
||||
use Drupal\atdc\Repository\PostNodeRepository;
|
||||
use Drupal\node\NodeInterface;
|
||||
use Drupal\Tests\UnitTestCase;
|
||||
|
||||
|
|
Loading…
Reference in a new issue