Skip to content

Commit

Permalink
Fixed ServerRequest namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 22, 2017
1 parent 4533a65 commit 4ac2eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PSR15MiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use PHPUnit\Framework\TestCase;
use Psr\Http\Message\ResponseInterface;
use React\EventLoop\Factory;
use React\Http\ServerRequest;
use React\Http\Io\ServerRequest;
use RingCentral\Psr7\Response;

final class PSR15MiddlewareTest extends TestCase
Expand Down

0 comments on commit 4ac2eaf

Please sign in to comment.