Skip to content

Commit

Permalink
When renaming it does not remove the old use statement. This should n…
Browse files Browse the repository at this point in the history
…ot error, but is ugly.

Can only be avoided if we start applying codestyle to the files. Which seem overkill. Although something like this could work maybe? rector-src/vendor/symplify/easy-coding-standard/config/set/common/namespaces.php
  • Loading branch information
bbrala committed Nov 25, 2023
1 parent 3adca83 commit 7ee21d5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait;

class EntityReferenceItemTest extends FieldKernelTestBase {
Expand Down

0 comments on commit 7ee21d5

Please sign in to comment.