| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | 1 | public function process(ServerRequestInterface $req, RequestHandlerInterface $handler): ResponseInterface |
|
| 26 | {
|
||
| 27 | 1 | $this->dic->push($this->createContainer()); |
|
| 28 | |||
| 29 | 1 | $res = $this->createPipeline($this->dic)->process($req, $handler); |
|
| 30 | |||
| 31 | 1 | $this->dic->pop(); |
|
| 32 | |||
| 33 | 1 | return $res; |
|
| 34 | } |
||
| 35 | |||
| 39 | } |