Skip to content

Commit f27e22a

Browse files
committed
🚿
1 parent b316cd1 commit f27e22a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Psr15/RecursiveDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @license MIT
1313
*/
1414

15-
namespace chillerlan\HTTP\Psr15;;
15+
namespace chillerlan\HTTP\Psr15;
1616

1717
use Psr\Http\Message\{ResponseInterface, ServerRequestInterface};
1818
use Psr\Http\Server\{MiddlewareInterface, RequestHandlerInterface};

tests/Psr7/ResponseTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
namespace chillerlan\HTTPTest\Psr7;
1414

1515
use chillerlan\HTTP\Psr7\Response;
16-
use chillerlan\HTTP\Psr17;
1716
use Psr\Http\Message\StreamInterface;
1817
use PHPUnit\Framework\TestCase;
1918

0 commit comments

Comments
 (0)