We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b316cd1 commit f27e22aCopy full SHA for f27e22a
src/Psr15/RecursiveDispatcher.php
@@ -12,7 +12,7 @@
12
* @license MIT
13
*/
14
15
-namespace chillerlan\HTTP\Psr15;;
+namespace chillerlan\HTTP\Psr15;
16
17
use Psr\Http\Message\{ResponseInterface, ServerRequestInterface};
18
use Psr\Http\Server\{MiddlewareInterface, RequestHandlerInterface};
tests/Psr7/ResponseTest.php
@@ -13,7 +13,6 @@
namespace chillerlan\HTTPTest\Psr7;
use chillerlan\HTTP\Psr7\Response;
-use chillerlan\HTTP\Psr17;
use Psr\Http\Message\StreamInterface;
use PHPUnit\Framework\TestCase;
19
0 commit comments