| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | public function performSpecialActions(ClientInterface $client, WritableContentInterface $originalRequest): bool |
||
| 18 | { |
||
| 19 | $successFullyClosed = $client->shutdownConnection(); |
||
| 20 | $this->logger->info('Sent shutdown signal to socket', ['successFullyClosed' => $successFullyClosed]); |
||
| 21 | $client->setConnected(false); |
||
| 22 | return true; |
||
| 23 | } |
||
| 33 |