Skip to content

Commit

Permalink
Merge branch '2.8' into 3.4
Browse files Browse the repository at this point in the history
* 2.8:
  Alpha-ordering for "use" statements
  • Loading branch information
nicolas-grekas committed Jul 26, 2018
1 parent c419fef commit e78e904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/EventListener/AddLinkHeaderListenerTest.php
Expand Up @@ -14,12 +14,12 @@
use Fig\Link\GenericLinkProvider;
use Fig\Link\Link;
use PHPUnit\Framework\TestCase;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\WebLink\EventListener\AddLinkHeaderListener;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Event\FilterResponseEvent;
use Symfony\Component\HttpKernel\KernelEvents;
use Symfony\Component\WebLink\EventListener\AddLinkHeaderListener;

/**
* @author Kévin Dunglas <dunglas@gmail.com>
Expand Down

0 comments on commit e78e904

Please sign in to comment.