Example #1
0
 /**
  * {@inheritDoc}
  */
 public function terminate(Request $request, Response $response)
 {
     if (null !== $this->stack) {
         $this->stack->terminate($request, $response);
     }
 }