Skip to content
Snippets Groups Projects

Issue #3463305: Fix phpcs issues reported in GitLab CI pipeline

7 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline

Files

@@ -24,8 +24,8 @@ use Drupal\Core\Render\RendererInterface;
@@ -24,8 +24,8 @@ use Drupal\Core\Render\RendererInterface;
use Drupal\Core\Session\AccountInterface;
use Drupal\Core\Session\AccountInterface;
use Drupal\Core\Url;
use Drupal\Core\Url;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\RedirectResponse;
 
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\RouterInterface;
use Symfony\Component\Routing\RouterInterface;
/**
/**
Loading