Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 1b54949

Browse files
committed
Alphabetical order of use statements
1 parent 03a1b6c commit 1b54949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BasicAccessTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
use PHPUnit\Framework\TestCase;
1212
use Prophecy\Argument;
1313
use Prophecy\Prophecy\ObjectProphecy;
14-
use Psr\Http\Message\ServerRequestInterface;
1514
use Psr\Http\Message\ResponseInterface;
15+
use Psr\Http\Message\ServerRequestInterface;
1616
use Zend\Expressive\Authentication\AuthenticationInterface;
1717
use Zend\Expressive\Authentication\Basic\BasicAccess;
1818
use Zend\Expressive\Authentication\UserInterface;

0 commit comments

Comments
 (0)