Skip to content
Snippets Groups Projects

Issue #3477455 by tr: Sort use statements using the new Drupal-defined alphabetical ordering

Merged Issue #3477455 by tr: Sort use statements using the new Drupal-defined alphabetical ordering
Merged Tim Rohaly requested to merge issue/typed_data-3477455:3477455-sort-use-statements into 2.1.x
3 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -3,12 +3,12 @@
namespace Drupal\typed_data\Plugin\TypedDataFormWidget;
use Drupal\Core\Form\SubformStateInterface;
use Drupal\Core\Plugin\Context\ContextDefinition;
use Drupal\Core\StringTranslation\TranslatableMarkup;
use Drupal\Core\TypedData\DataDefinitionInterface;
use Drupal\Core\TypedData\ListInterface;
use Drupal\Core\TypedData\OptionsProviderInterface;
use Drupal\Core\TypedData\TypedDataInterface;
use Drupal\Core\Plugin\Context\ContextDefinition;
use Drupal\typed_data\Attribute\TypedDataFormWidget;
use Drupal\typed_data\Form\SubformState;
use Drupal\typed_data\Widget\FormWidgetBase;
Loading