Skip to content
Snippets Groups Projects

Use statements should be sorted alphabetically.

Merged Adrian Lorenc requested to merge issue/field_group_nav-3473265:3473265-fix-phpcs-job into 1.0.x
3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -2,9 +2,9 @@
namespace Drupal\field_group_nav\Plugin\field_group\FieldGroupFormatter;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\field_group\FieldGroupFormatterBase;
use Drupal\field_group_nav\NavigationBuilderInterface;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
Loading