Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 6 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
20 | 2 | public function __construct(PhpServerRequestFactoryInterface $requestFactory, RequestHandlerInterface $handler, ErrorHandlerInterface $errorHandler, EmitterInterface $emitter) |
|
21 | { |
||
22 | 2 | $this->requestFactory = $requestFactory; |
|
23 | 2 | $this->handler = $handler; |
|
24 | 2 | $this->errorHandler = $errorHandler; |
|
25 | 2 | $this->emitter = $emitter; |
|
26 | 2 | } |
|
27 | |||
41 | } |