Skip to content

Commit b7a9195

Browse files
committed
Fix code sample by reordering some import statements
1 parent dd284af commit b7a9195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ the `PSR-15`_ interfaces for HTTP request handling.
393393
However, a ReactPHP application will need some special logic to *run*. That logic
394394
is added in a new class implementing :class:`Symfony\\Component\\Runtime\\RunnerInterface`::
395395

396-
use Psr\Http\Message\ServerRequestInterface;
397396
use Psr\Http\Message\ResponseInterface;
397+
use Psr\Http\Message\ServerRequestInterface;
398398
use Psr\Http\Server\RequestHandlerInterface;
399399
use React\EventLoop\Factory as ReactFactory;
400400
use React\Http\Server as ReactHttpServer;

0 commit comments

Comments
 (0)